CUSTOMER_PID >= 2). Limit via query parameter (not path).curl --location 'https://api.studiointern.de//v1/pub/events?limit=' \
--header 'Authorization: <api-key>'{
"message": "string",
"code": 0,
"data": null,
"events": [
{
"id": "string",
"start": "string",
"end": "string",
"title": "string",
"description": "string",
"place": "string",
"is_holiday": null
}
]
}