curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/commerce/transport/parking/paymentinfo/sync' \
--header 'Content-Type: application/json' \
--data-raw '{
"free_exit_minutes": "15",
"is_encrypt_plate_no": true,
"open_appid": "2023xxxxxxxxxxxx",
"open_id": "074a1CcTG1LelxKe4xQC0zgNdId0nxi95b5lsNpazWYoCo5",
"out_serial_no": "2020090711003017233600000001",
"payment_type": "ALIPAY",
"plate_color": "BLUE",
"plate_no": "豫C33333",
"service_url": "alipays://xxxxx",
"payment_time": {}
}'