curl --location --request PUT 'http://localhost/authz/roles/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"permission_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}'"string"