"scope": "license" 字段。{
"userIds": [
"1",
"2"
]
}curl --location --request POST '/sdk/v2/api/license/users/deactivate' \
--header 'X-Shimo-Signature: {{signature}}' \
--header 'X-Shimo-Token: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userIds": [
"1",
"2"
]
}'