Authorization: Bearer ********************
{
"id": 2,
"name": "tes11t123321",
"description": "始常道素取等口年际明求等拉改位所。商义并再感给基联始权性进知命新。算音形写自价想位价比南达识天基。质需只毛济器列交求里号目土时。标六阶国里头资认须图再指变你影两。",
"role_type": 2,
"is_default": 0,
"menu_ids": [7],
"api_ids": [3]
}
curl --location --request POST 'http://localhost:9999/api/role/update' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 2,
"name": "tes11t123321",
"description": "始常道素取等口年际明求等拉改位所。商义并再感给基联始权性进知命新。算音形写自价想位价比南达识天基。质需只毛济器列交求里号目土时。标六阶国里头资认须图再指变你影两。",
"role_type": 2,
"is_default": 0,
"menu_ids": [7],
"api_ids": [3]
}'
{}