{
"roleId": 2,
"status": "1"
}curl --location --request POST 'http://develop.tianxin.supermind.quant-chi.com:8045/api/sys/role/changeStatus' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"roleId": 2,
"status": "1"
}'{
"body": "",
"header": {
"code": 200,
"message": ""
}
}