[
{
"roleId": "string",
"roleKey": "string",
"status": "string"
}
]
curl --location --request POST 'http://dev-cn.your-api-server.com/system/role/changeStatus' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"roleId": "string",
"roleKey": "string",
"status": "string"
}
]'
{
"code": 0,
"data": {},
"msg": "string"
}