curl --location 'https://api.studiointern.de//v1/pub/plans?all=&location_id=' \
--header 'Authorization: <api-key>'{
"message": "string",
"code": 0,
"plans": [
{
"id": 0,
"title": "string",
"updated_at": "string"
}
]
}