{
"id": 0,
"roleName": "string",
"rules": "string",
"status": true
}curl --location --request POST '/api/admin/system/role/save' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"roleName": "string",
"rules": "string",
"status": true
}'{
"code": 0,
"data": "string",
"message": "string"
}