curl --request POST \
--url https://petstore3.swagger.io/api/v3/store/order \
--header 'Content-Type: application/json' \
--data '
{
"id": 10,
"petId": 198772,
"quantity": 7,
"shipDate": "2023-11-07T05:31:56Z",
"status": "approved",
"complete": true
}
'