curl --location '/graphql2rest/updateCollaboratorRoles' \ --header 'SID: ' \ --header 'Content-Type: application/json' \ --data '{ "roles": "ClipPlayer", "id": 123456789 }'
{}