{
"userIds": [
"userId001",
"userId002"
]
}curl --location '/ztpManage/v1/openApi/batchLogout' \
--header 'Content-Type: application/json' \
--data '{
"userIds": [
"userId001",
"userId002"
]
}'{
"code": 10000,
"msg": "成功",
"data": {
"failCount": 0,
"status": 1,
"successCount": 14
},
"traceId": "e5bd95b0-bc0e-47cc-9574-acdb0cc60bf3"
}