curl --location --request POST 'http://dev-cn.your-api-server.com/poi/order/sync/' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_detail": "string",
"order_type": 0,
"date_time": 0,
"ext_shop_info": {
"ext_shop_id": "string",
"shop_id": "string"
}
}'
{
"data": {
"description": "string",
"error_code": "string",
"order_id": "string"
}
}