Authorization: Bearer ********************
curl --location --request POST '/innerapi/V2/task/update' \
--header 'x1-gp-color: {{IS_GRAY}}' \
--header 'Authorization: std_token3ff405973ea91aa5884f7a4560b838f5' \
--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"
]
}