{
"address": "string",
"receiver": "string",
"tel": "string",
"itemIds": [
0
]
}
curl --location --request POST 'http://test-cn.your-api-server.com/api/order' \
--header 'Content-Type: application/json' \
--data-raw '{
"address": "string",
"receiver": "string",
"tel": "string",
"itemIds": [
0
]
}'
{
"message": "string",
"ok": true,
"data": {}
}