curl --location --request GET 'https://api.chattabox.com/v1/arena//members?keyword' \
--header 'Authorization: Bearer viewer'\''s-access-token'{
"data": [
{
"id": "string",
"displayName": "string",
"picture": {
"sm": {
"mimeType": "string",
"url": "string"
},
"org": {
"mimeType": "string",
"url": "string"
}
},
"description": "string",
"username": "string",
"type": "fan",
"dateJoined": "string",
"blocked": true,
"leaderboard": {
"all": {
"metric": "active",
"total": 0,
"rank": 0
},
"active": {
"metric": "active",
"total": 0,
"rank": 0
},
"heated": {
"metric": "active",
"total": 0,
"rank": 0
},
"posts": {
"metric": "active",
"total": 0,
"rank": 0
}
},
"restrictions": [
"write-post"
]
}
]
}