curl --location 'https://prod.your-api-server.com/customer/v2/orders/?include=sims%2Cuser%2Cstatus' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{token}}'{
"data": [],
"links": {
"first": null,
"last": null,
"prev": null,
"next": null
},
"meta": {
"message": "success",
"current_page": 1,
"from": 0,
"last_page": 0,
"path": "/v2/orders",
"per_page": "50",
"to": 0,
"total": 0
}
}