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

Body

*/*