curl --location '/n-account/api/roles/' \
--header 'authorization;' \
--header 'referer;'{
"id": "string",
"tenant_id": "string",
"role_name": "string",
"description": "string",
"is_system": true,
"permissions": [],
"created_by": "string",
"created_at": 0,
"updated_by": "string",
"updated_at": 0
}