Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//orders/autopilot-exceptions?limit=&offset=' \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"items": [
{
"order_id": "93101167-9065-4b9c-b98b-5d789a3ed9fe",
"order_number": "string",
"customer_name": "string",
"total_cents": 0,
"currency": "string",
"exception_reason": "string",
"flagged_at": "2019-08-24T14:15:22.123Z",
"age_hours": 0,
"attempts": 0,
"order_status": "string"
}
],
"total": 0
},
"message": "string"
}