curl --request POST \
--url https://app.aptlystar.ai/api/v1/aptlyteam/role/add \
--header 'Content-Type: */*' \
--data '
{
"name": "<string>",
"roleKey": "<string>",
"activeStatus": true
}
'curl --request POST \
--url https://app.aptlystar.ai/api/v1/aptlyteam/role/add \
--header 'Content-Type: */*' \
--data '
{
"name": "<string>",
"roleKey": "<string>",
"activeStatus": true
}
'