{
"mobileIds": [1400802], // 云手机列表
"tagName": "分组名称" // 分组名称
}curl --location 'http://127.0.0.1:6873/api/v1/cloud-mobile/set-tag' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: NULL' \
--header 'Content-Type: application/json' \
--data '{
"mobileIds": [1400802], // 云手机列表
"tagName": "分组名称" // 分组名称
}'{
"code": 0,
"msg": "Success",
"requestId": "ddabf46578af95727847f6b36f74f33a",
"timestamp": 1765185363168,
"data": true
}