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":20005,
"qq":"123456789",
"helloWord":"打招呼语"
}
]
}'