curl --location 'https://api.studiointern.de//v2/pub/locations' \
--header 'X-Api-Key: <api-key>'{
"success": true,
"code": 0,
"locale": "de",
"message": "string",
"data": [
{
"id": 0,
"city": "string",
"public_name": "string",
"identifier": "string",
"address": "string",
"active": 0,
"rooms": [
{
"id": 0,
"location_id": 0,
"ort": "string",
"raum": "string",
"kapazitaet": 0
}
]
}
],
"links": {},
"meta": {}
}