curl --location --request GET 'https://api.teamly.one/api/v1/teams//roles' \
--header 'Authorization: Bot {token}' \
--header 'Content-Type: application/json'{
"roles": [
{
"id": "string",
"teamId": "string",
"name": "string",
"iconUrl": null,
"color": "string",
"color2": null,
"permissions": 0,
"priority": 0,
"createdAt": "CURRENT_TIMESTAMP",
"updatedAt": null,
"isDisplayedSeparately": true,
"isSelfAssignable": false,
"iconEmojiId": null,
"mentionable": true,
"botScope": {}
}
]
}