curl --location --request POST 'https://maas-alpha-maas-api.pklotcorp.com/parking-lots/v1/alpr/transactions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"parkingSessionId": "3ff52349-14d4-4ace-ae53-4b2b1d53b6d7",
"chargeDateTime": "2025-10-28T19:11:33.427+08:00",
"amount": 100,
"imageBase64": null,
"imageUrl": null
}'{
"data": {
"parkingSessionId": "string",
"plateNumber": "string",
"startDateTime": "2025-10-28T12:11:33.427+08:00",
"chargeDateTime": "2025-10-28T12:11:33.427+08:00",
"amount": 0
},
"extra": {}
}