curl --request POST \
--url https://api.hyra.io/workspace/{workspaceId}/roles \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"group_roles": [
"<string>"
],
"permissions": [
"<string>"
],
"manual_users": [
"<string>"
]
}
'