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