curl --location 'https://admin-api.wannanbigpig.com/admin/v1/role/create' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"code": "permission:menu:list",
"description": "示例说明",
"menu_list": [
1,
2
],
"name": "MenuList",
"pid": 0,
"sort": 100,
"status": 1
}'{
"code": 0,
"cost": "3.2ms",
"data": {},
"msg": "success",
"request_id": "req_20260423_0001"
}