curl --location --request POST '/api/Geis/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",
"note": "string",
"noteRec": "string",
"noteDriver": "string",
"packageNumberCustom": "string",
"packageNumberOrder": 0,
"price": 0,
"codPrice": 0,
"codCurrency": "string",
"insurancePrice": 0,
"vs": "string",
"volume": 0,
"width": 0,
"height": 0,
"length": 0,
"weight": 0,
"manipulationUnit": "string",
"pieceCount": 0,
"iban": "string",
"smsNotification": true,
"phoneNotification": true,
"pickupDate": "string",
"property1": "string",
"property2": "string"
}
]'