/store/orderorder placed for purchasing the pet
Order Status
Schema: Order
Order Status
curl -X POST "https://petstore.swagger.io/v2/store/order" \
-H "Content-Type: application/json" \
-d '{
"id": 0,
"petId": 0,
"quantity": 0,
"shipDate": "2024-01-01T00:00:00Z",
"status": "placed",
"complete": true
}'