{
"tenantId": 0,
"enable": true
}
curl --location -g --request PUT 'http://{{ip}}:9000/user-service/tenant/changeStatus' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'ip: {{ip}}' \
--header 'X-Request-client-type: PC' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenantId": 0,
"enable": true
}'
{
"code": 0,
"msg": "string",
"data": "string"
}