curl --location --request PUT 'http://localhost/api/v1/authz/roles/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "string",
"description": "string",
"permission_ids": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}'{
"success": true,
"code": "string",
"message": "string",
"request_id": "string",
"timestamp": "2019-08-24T14:15:22.123Z",
"api_version": "string",
"data": {}
}