curl --location --request PUT 'https://api-develop.enspace.io/ws/roles/' \
--header 'x-api-key: <api-key>' \
--header 'en-workspace: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"name": "string",
"slug": "string",
"description": "string",
"status": "active",
"icon": "string"
}'
{
"id": 0,
"name": "string",
"slug": "string",
"description": "string",
"status": "active",
"icon": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}