curl --location --globoff --request POST 'http://{{ip}}:9000/user-service/sysUserGroup/status' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'clientId: 1' \
--header 'Content-Type: application/json' \
--data ''{
"code": 0,
"msg": "string",
"data": {}
}