curl --location --request POST 'https://api.petstoreapi.com/v1/orders' \
--header 'Content-Type: application/json' \
--data-raw '{
"petId": "string",
"quantity": 1,
"shipDate": "2019-08-24"
}'{
"id": 44524671,
"petId": 90180021,
"quantity": 23,
"shipDate": "2025-08-15",
"status": "placed",
"complete": false
}