curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/commerce/transport/parking/exitinfo/sync' \
--header 'Content-Type: application/json' \
--data-raw '{
"is_encrypt_plate_no": true,
"open_appid": "2023xxxxxxxxxxxx",
"open_id": "074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5",
"out_serial_no": "2020090711003017233600000001",
"plate_color": "BLUE",
"plate_no": "豫C33333",
"service_url": "alipays://xxxxx",
"out_time": {}
}'
{
"biz_code": "INVALID_PARAMETER",
"biz_msg": "车牌不合法"
}