Authorization: Bearer ********************curl --location --request POST '/innerapi/V2/task/close' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: Bearer <token>' \
--form 'task_id="1"' \
--form 'reason=""' \
--form 'closed_at=""' \
--form 'task_attributes=""' \
--form 'task_params=""' \
--form 'record_params=""'{}