curl --location --request POST '/api/Gls/Create' \
--header 'X-BalikujAuthToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"orderId": 0,
"serviceType": "string",
"recName": "string",
"recCompany": "string",
"recStreet": "string",
"recCity": "string",
"recZip": "string",
"recCountry": "string",
"recPhone": "string",
"recEmail": "string",
"coverEnabled": true,
"coverName": "string",
"coverCompany": "string",
"coverStreet": "string",
"coverCity": "string",
"coverZip": "string",
"coverCountry": "string",
"coverPhone": "string",
"coverEmail": "string",
"senderEnabled": true,
"senderName": "string",
"senderCompany": "string",
"senderStreet": "string",
"senderCity": "string",
"senderZip": "string",
"senderCountry": "string",
"senderPhone": "string",
"senderEmail": "string",
"reference": "string",
"pieceCount": 1,
"weight": 1,
"note": "Vlastní poznámka",
"price": 1000,
"branchId": "VYDEJNIBOX1",
"codPrice": 1000,
"codCurrency": "CZK",
"vs": "0123456789",
"packageNumberCustom": "1234567890",
"packageNumberOrder": 1,
"insurance": true,
"insurancePrice": 1000.5,
"exchangeOrder": true,
"pickupDate": "2024-02-20",
"smsNotification": true,
"emailNotification": true,
"smsService": false,
"smsServiceText": null,
"smsPreAdvice": false,
"services": null,
"property1": "string",
"property2": "string"
}
]'