curl --location --request POST 'https://api.teamly.one/api/v1/teams//roles//clone' \
--header 'Authorization;'
{
"success": true,
"role": {
"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": {}
}
}