200 with an empty body.curl --location --request PUT '/v1/companies/roles/' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"description": "string",
"type": "string",
"intern": true,
"permissions": [
{
"module": "string",
"permissions": {}
}
]
}'{}