停車中(STARTED)的停車紀錄,供後續 請款, 離場 等 API 使用。curl --location --request POST 'https://maas-alpha-maas-api.pklotcorp.com/parking-lots/v1/alpr/parking-sessions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"plateNumber": "ABC-2025",
"vehicleClass": "CAR",
"startDateTime": "2025-10-28T12:11:33.427+08:00",
"imageBase64": null,
"imageUrl": null
}'{
"data": {
"id": "c6b478c1-df59-4142-b188-ab541405a9d8",
"plateNumber": "ABC-2025",
"startDateTime": "2025-10-28T12:11:33.427+08:00",
"isRegisteredUser": true
}
}