"scope": "license"
-1 未启用
1 激活
{ "userIds": [ "1", "2" ], "status": 1 }
curl --location --request POST '/sdk/v2/api/license/users/set-status' \ --header 'X-Shimo-Signature: {{signature}}' \ --header 'X-Shimo-Token: {{token}}' \ --header 'Content-Type: application/json' \ --data-raw '{ "userIds": [ "1", "2" ], "status": 1 }'