curl --location -g --request GET 'https://api.kickbase.com/v4/competitions/1/matchdays' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"value": {
"it": [
{
"day": 0,
"it": [
{
"mi": "string",
"day": 0,
"dt": "string",
"t1": "string",
"t2": "string",
"t1sy": "string",
"t2sy": "string",
"t1g": 0,
"t2g": 0,
"mtd": "string",
"st": 0,
"il": true
}
]
}
],
"day": 0
}
}