Authorization: Bearer ********************curl --location '/orders' \
--header 'Accept: 1' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: c1=111' \
--header 'Content-Type: application/json' \
--data '{
"id": 0,
"petId": 0,
"quantity": 0,
"shipDate": "2019-08-24T14:15:22.123Z",
"status": "placed",
"complete": true
}'{
"id": 44524671,
"petId": 90180021,
"quantity": 23,
"shipDate": "2025-08-15",
"status": "placed",
"complete": false
}