curl --location --request POST '/store/order' \
--header 'Content-Type: application/json' \
--data-raw '{}'
{
"id": 44524671,
"petId": 90180021,
"quantity": 23,
"shipDate": "2025-08-15",
"status": "placed",
"complete": false
}