Subscribes the current user to a shared task view.
After subscribing, the user can retrieve the tasks matching the view from `/me/taskViews/:taskViewId/tasks`.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
The model to subscribe to the task view.
taskViewId
The id of the task view the user subscribes to.
Errors
400
Bad Request Error
404
Not Found Error

