Authorization: Bearer ********************curl --location --request POST '/innerapi/V2/task/update' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: Bearer <token>' \
--form 'task_id="1"' \
--form 'task_attributes=""' \
--form 'task_params=""' \
--form 'record_params=""' \
--form 'sync_task_attributes=","' \
--form 'sync_task_params=""' \
--form 'asyncing_batch=""'{
"message": "string",
"code": 0,
"data": [
"string"
]
}