curl --location --request POST 'https://petstore-prod.apifox.cn/store/order' \
--header 'Content-Type: text/plain' \
--data-raw ''
{
"id": 0,
"petId": 0,
"quantity": 0,
"shipDate": "2019-08-24T14:15:22Z",
"status": "placed",
"complete": false
}