curl --location --request PATCH '/spaces//share-link/role' \ --header 'Websync-Session;' \ --header 'Content-Type: application/json' \ --data-raw '{ "role": 0 }'
{ "id": 0, "token": "string", "active": true, "role": 0 }