curl --location 'http://dev-cn.your-api-server.com/api/kfc/order/submit?appId=undefined&nonce=undefined&sign=undefined×tamp=undefined' \
--header 'Content-Type: application/json' \
--data '{
"cars": [
{
"childLinkId": "string",
"childOrderNo": "string",
"condimentItems": [
{
"condimentLinkId": "string",
"linkId": "string",
"quantity": 0
}
],
"linkId": "string",
"quantity": 0
}
],
"channelOrderNo": "string",
"deliveryAddress": {
"latitude": 0,
"longitude": 0,
"userName": "string"
},
"model": 0,
"phoneNo": "string",
"shopId": "string"
}'