curl --request POST \ --url 'https://api.unify.ai/v0/organizations/<organization_id>/roles/<role_id>/permissions' \ --header "Authorization: Bearer $UNIFY_KEY" --header 'Content-Type: application/json' \ --data '{}'
{ "id": "integer", "name": "string", "description": "string | null", "organization_id": "integer | null", "is_system_role": "boolean", "created_at": "string", "permissions": "[Any]" }
Bearer <token>
<token>