Authorization: Bearer ********************curl --location '/orders/123' \
--header 'Accept: 1' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: c1=111'{
"id": 40238436,
"petId": 69923630,
"quantity": 87,
"shipDate": "2024-12-09",
"status": "approved",
"complete": false
}