{
"id": 0,
"roleName": "string",
"roleKey": "string",
"roleSort": 0,
"status": 0
}
curl --location --request PUT 'https://travel.daoziji.com/user/role/modifyRole' \
--header 'Authentication;' \
--header 'token: 59488631878869803924403251' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"roleName": "string",
"roleKey": "string",
"roleSort": 0,
"status": 0
}'
{}