curl --location --globoff '/api/qq/sendTask?robotId={{robotId}}' \
--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \
--header 'Content-Type: application/json' \
--data '{
"taskList":[
{
"type":10001,
"searchText":"用户昵称/备注(存在备注时只能用备注)",
"message": "消息内容"
}
]
}'