PUT
/api/v1.0/tasks/{task_id}
curl \
--request PUT 'https://openapi.niftypm.com/api/v1.0/tasks/{task_id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"message": "string"
}