{ "id": 0, "permIds": [ 0 ] }
curl --location --request PUT 'https://heimahr.itheima.net/api/sys/role/assignPrem' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 0, "permIds": [ 0 ] }'
{ "success": true, "code": 0, "data": null, "message": "string" }