Update Fields
This endpoint updates the custom field detail of the task.
PUT
/api/v1.0/tasks/{task_id}/fields/{field_id}
curl \
--request PUT 'https://openapi.niftypm.com/api/v1.0/tasks/{task_id}/fields/{field_id}' \
--header "Authorization: Bearer $ACCESS_TOKEN"