{
"taskId": "string",
"uids": [
"string"
],
"isAsync": true
}curl --location --request POST 'https://apip2.xuance365.com/javamessage//push/batch-push' \
--header 'Content-Type: application/json' \
--data-raw '{
"taskId": "string",
"uids": [
"string"
],
"isAsync": true
}'{
"code": 0,
"msg": "",
"data": {}
}