curl --location --request POST '/v1/gate-infrastructure/gate-checkpoint' \
--header 'Content-Type: application/json' \
--data-raw '{
"transactionId": "TXN-20250602082332-293",
"timestamp": "2025-06-02T08:23:32.754Z",
"typeAccess": "qr",
"lprData": "B1234XYZ",
"ocrData": "TRHU2174232", // nullable
"qrData": "TKT-75165382-B1234XYZ-eq310ax0tm", // nullable
"rfidData": "RFID092104834", // nullable
"laneCode": "LANE0001"
}'
{
"transactionId": "TXN-20250602082332-293",
"laneCode": "LANE0001",
"timestamp": "2025-08-05T07:37:37.564Z",
"gateAction": {
"action": "CLOSE",
"lamp": "RED",
"message": "Kendaraan masih diperiksa"
}
}