curl --location -g --request GET 'https://api.kickbase.com/v4/leagues/leagueId/battles/5/users' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"n": "name",
"d": "description",
"us": [
{
"u": {
"i": "userId",
"n": "userName"
},
"pl": 0,
"v": "value"
}
]
}