curl --location '/tasks//add-member' \ --header 'Websync-Session;' \ --header 'Content-Type: application/json' \ --data '{ "userIds": [ "string" ] }'
{ "userId": 0, "taskId": 0 }