curl --location --request POST 'https://api.orlipera.cz/mistrovstvi/uzivatelMistrovstvi/detail/' \
--form 'token=""' \
--form 'client="www"' \
--form 'viewType="VL"' \
--form 'ip=""' \
--form 'sid=""'
{
"id": 0,
"uid": 0,
"mistrovstviId": 0,
"datum": {
"date": "string",
"timezone_type": 0,
"timezone": "string"
},
"vytvoreno": {
"date": "string",
"timezone_type": 0,
"timezone": "string"
},
"nacelnik": "string",
"pismak": "string",
"misto": "string",
"snem": "string",
"poznamka": "string",
"aktivni": true,
"externalId": 0
}