curl --request GET \
--url http://localhost:3091/v1/api/qrcode/generate/{reservationId}/{type} \
--header 'Authorization: Bearer <token>'{
"reservationId": 123,
"type": "DEPOSIT",
"payload": "<string>",
"rotationSeconds": 123,
"nextRotationAt": 123
}Returns an HMAC-signed payload for QR code display
curl --request GET \
--url http://localhost:3091/v1/api/qrcode/generate/{reservationId}/{type} \
--header 'Authorization: Bearer <token>'{
"reservationId": 123,
"type": "DEPOSIT",
"payload": "<string>",
"rotationSeconds": 123,
"nextRotationAt": 123
}JWT access token from POST /v1/api/auth/login
DEPOSIT, DELIVERY