{
"keyid": "",
"name": "11"
}
curl --location --request PUT '/accStaffRole' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyid": "",
"name": "11"
}'
{
"code": 0,
"msg": "",
"data": false
}