Return true if current user has subscribed to given task.
Path parameters
-
task_id
Required
GET
/data/user/tasks/{task_id}/subscribed
curl \
--request GET 'http://api.example.com/data/user/tasks/{task_id}/subscribed' \
--header "Authorization: $API_KEY"