curl --location --request POST '/mxoc_0001_mxoc_pq/pq_mytask_operate?access_token=' \
--header 'groupName;' \
--header 'accountid;' \
--header 'X-GW-Router-Addr;' \
--header 'Content-Type: text/plain' \
--data-raw '{
"id":"1585642011753542656",
"entryid":"1585684014864361472",
"operation":"start"
}'
{
"success": true,
"reachPlugin": true,
"data": "操作成功",
"errorCode": "success"
}