curl --location --request POST '/events//recognized_license_plate' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"recognizedLicensePlate": "string",
"recognizedLicensePlateScore": 1
}'
{
"success": true,
"message": "string"
}