curl --location --request POST '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 '{
"name": "Support Agent",
"description": "Responsible for handling customer support requests",
"icon": "carbon:customer-service"
}'{
"name": "string",
"description": "string",
"icon": "string",
"created_at": "2019-08-24T14:15:22.123Z"
}