curl --location --request POST '/mq/push' \
--header 'Content-Type: application/json' \
--data-raw '{
"serialNo": "string",
"carPlate": "string",
"imageUrl": "string",
"plateColor": 0,
"confidence": "string",
"timestamp": 0,
"state": "string",
"nextProofTime": 0,
"bizNo": "string"
}'