curl --location --request PATCH '/spaces//invite/role' \ --header 'Websync-Session;' \ --header 'Content-Type: application/json' \ --data-raw '{ "email": "string", "role": 0 }'
{ "id": 0, "email": "user@example.com", "role": 0 }