curl --location --request POST '/api/Role/CreateRoleClaim' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleId": "7382d58e-652a-4905-b7c9-bcca1e0e5391",
"claimType": "string",
"claimValue": "string"
}'{
"success": true,
"statusCode": 0,
"errorCode": "string",
"errors": [
"string"
],
"result": {
"roleId": "7382d58e-652a-4905-b7c9-bcca1e0e5391",
"claimType": "string",
"claimValue": "string"
}
}