curl --location --request GET 'https://gateway.storeharmony.com/cloudapi/estore///orders' \
--header 'sessiontoken;'
[
{
"orderId": "string",
"date": "2019-08-24T14:15:22Z",
"totalItem": 0,
"totalCost": 0,
"status": "string"
}
]