curl --location 'https://prod.your-api-server.com/customer/v2/orders?include=sims%2Cuser%2Cstatus&per-page=50&page=1' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}'{
"success": false,
"code": "4008",
"message": "Validation failed",
"data": null,
"timestamp": "2024-01-15T10:30:00.000Z"
}