curl --location --request GET 'https://api.lootlocker.io/admin/broadcasts/v1/organisation/?page=1&per_page=50' \
--header 'x-auth-token: <api-key>'{
"broadcasts": [
{
"id": "string",
"name": "string",
"game_name": "string",
"games": [
{
"id": 0,
"name": "string"
}
],
"publication_settings": [
{
"id": 0,
"start": "string",
"end": "string",
"tz": "string"
}
],
"languages": [
{
"language_code": "string",
"localizations": [
{
"key": "string",
"value": "string"
}
]
}
]
}
],
"pagination": {
"errors": [
{
"field": "string",
"message": "string"
}
],
"per_page": 0,
"offset": 0,
"total": 0,
"last_page": 0,
"current_page": 0,
"next_page": 0,
"prev_page": 0
}
}