{
"role_name": "string",
"description": "string",
"permissions": [
"string"
]
}curl --location --request PUT '/n-account/api/roles/update/' \
--header 'authorization;' \
--header 'referer;' \
--header 'Content-Type: application/json' \
--data '{
"role_name": "string",
"description": "string",
"permissions": [
"string"
]
}'null