Authorization: Bearer <jwt> and x-store-id tenant header.curl --location --request GET 'https://api.craftcart.io/api/v1/admin/orders/' \
--header 'Authorization: Bearer <token>' \
--header 'x-store-id: <api-key>'{
"success": true,
"data": {
"property1": "string",
"property2": "string"
},
"meta": {
"property1": "string",
"property2": "string"
}
}