X-BalikujAuthToken: ********************curl --location --request GET '/api/Order//Preview' \
--header 'X-BalikujAuthToken: <api-key>'{
"correlationId": "d22127f9-6f76-4e1f-a15b-47ba32e899d0",
"result": {
"orderNumber": "string",
"customerEmail": "string",
"customerPhone": "string",
"billingName": "string",
"billingCompany": "string",
"billingStreet": "string",
"billingCity": "string",
"billingZip": "string",
"billingCountry": "string",
"billingCountryName": "string",
"statuses": [
{
"id": 0,
"name": "string",
"orderCount": 0,
"textColor": "string",
"backgroundColor": "string"
}
]
}
}