curl --location --request POST '/sub_number_orders_report' \
--header 'Content-Type: application/json' \
--data-raw '{
"country_code": "US",
"created_at_gt": "2023-04-05T10:22:08.230549Z",
"created_at_lt": "2025-06-05T10:22:08.230549Z",
"customer_reference": "STRING",
"order_request_id": "12ade33a-21c0-473b-b055-b3c836e1c293",
"status": "success"
}'
{
"errors": [
{
"code": 0,
"detail": "string",
"meta": {},
"source": {
"parameter": "string",
"pointer": "/json/pointer"
},
"title": "string"
}
]
}
Authorization: Bearer ********************