curl --location --request GET '/api/Role/GetRoleClaims'{
"success": true,
"statusCode": 0,
"errorCode": "string",
"errors": [
"string"
],
"result": [
{
"type": "string",
"value": "string"
}
]
}