curl --location --request POST '/api/Account/Info' \
--header 'X-BalikujAuthToken: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"fullName": "Josef Novák",
"company": "Firma s.r.o.",
"street": "Ulice 555",
"city": "Moravská Třebová",
"zip": "760 01",
"country": "ČR",
"phone": "+420123456789",
"timeZone": "Central Europe Standard Time",
"settings": {
"order": {
"layout": "Row",
"listSize": 0,
"showItems": true
},
"package": {
"layout": "Row",
"listSize": 0,
"allowDuplicatePackages": true,
"onlyMaster": true
},
"picking": {
"enabled": true,
"statuses": [
0
],
"actionScanAll": 0,
"actionPickingDone": 0,
"switchStatus": 0,
"switchStatusPart": 0,
"showNotes": true,
"defaultLabelPrinter": "string"
},
"batch": {
"showArchived": true
},
"completion": {
"showAdditionalProperties": true,
"actionScanAll": 0,
"actionCompletionDone": 0,
"switchStatus": 0,
"showNotes": true,
"defaultLabelPrinter": "string"
},
"layoutWidth": "Fixed"
}
}'