{
"collaborationID": "string",
"sessionID": "string",
"userID": "string",
"roles": [
0
],
"rightRole": 0,
"reqTrace": "string"
}curl --location '/roles/apply' \
--header 'Content-Type: application/json' \
--data '{
"collaborationID": "string",
"sessionID": "string",
"userID": "string",
"roles": [
0
],
"rightRole": 0,
"reqTrace": "string"
}'{
"code": 0,
"message": "",
"data": {
"@type": "type.googleapis.com/google.protobuf.Empty",
"value": {}
}
}