{
"resource_id": 0,
"resource_scope": "string",
"ResourceActions": [
{
"id": 0,
"code": "string"
}
],
"match_all_actions": true
}
curl --location --request PUT '/v1/resource-sets//members/' \
--header 'Content-Type: application/json' \
--data-raw '{
"resource_id": 0,
"resource_scope": "string",
"ResourceActions": [
{
"id": 0,
"code": "string"
}
],
"match_all_actions": true
}'
{}