cURL
curl --request POST \ --url http://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 } '
{ "id": 10, "petId": 198772, "quantity": 7, "shipDate": "2023-11-07T05:31:56Z", "status": "approved", "complete": true }
Place a new order in the store.
10
198772
7
Order Status
placed
approved
delivered
"approved"
successful operation