curl --location --request GET 'https://petstore-demo.apifox.com/admin/dish/page?page=1&pageSize=10'
{ "code": 0, "msg": null, "data": { "total": 0, "records": [ { "id": 0, "name": "string", "categoryId": 0, "price": 0, "image": "string", "description": "string", "status": 0, "updateTime": "string", "categoryName": "string" } ] } }