9000) if not booked.curl --location 'https://api.studiointern.de//v2/pub/cf/lessons?age_id=&style_id=&level_id=' \
--header 'X-Api-Key: <api-key>'{
"success": true,
"code": 0,
"locale": "de",
"message": "string",
"data": {
"plugin_info": {
"name": "string",
"version": "string",
"related": {
"organisation": "string",
"is_booked": true,
"next": "string"
}
},
"lessons": [
{
"id": 0,
"title": "string",
"description": "string",
"tlight": "string",
"color": "string",
"teacher": null,
"weekday": 0,
"begin": "string",
"end": "string"
}
]
},
"links": {},
"meta": {}
}