put https://app.investglass.com/api/v1/tasks//mark_task
The PUT request is used to update the status of a specific task identified by :id in the API version v1. The endpoint is /api/v1/tasks/:id/mark_task.
The response is a JSON object with a notice key. The value of the notice key is a string.
{
"notice": ""
}