curl --location --request POST 'https://api.orlipera.cz/titul/seznam/' \
--form 'token=""' \
--form 'client="www"' \
--form 'viewType="VL"' \
--form 'ip=""' \
--form 'sid=""'
[
{
"id": 0,
"poradi": 0,
"titul": "string",
"loze": {
"id": 0,
"nazev": "string",
"zkratka": "string",
"popis": "string",
"maxVek": 0,
"aktivni": true
},
"symbol": "string",
"symbolData": "string",
"text": "string",
"aktivni": true,
"podminky": {
"podminkySvetlo": {
"1": {
"svetlo": 0,
"pocetCin": 0,
"pocetVCin": 0,
"pocetOP": 0
},
"2": {
"svetlo": 0,
"pocetCin": 0,
"pocetVCin": 0,
"pocetOP": 0
},
"3": {
"svetlo": 0,
"pocetCin": 0,
"pocetVCin": 0,
"pocetOP": 0
},
"4": {
"svetlo": 0,
"pocetCin": 0,
"pocetVCin": 0,
"pocetOP": 0
}
},
"opNavic": {
"pocetCin": 0,
"pocetVCin": 0,
"pocetOP": 0
},
"text": {
"text": "string",
"note": "string"
}
},
"uzivatelTitul": {
"id": 0,
"datum": {
"date": "string",
"timezone_type": 0,
"timezone": "string"
}
}
}
]