{ "page_id": "page41efce44", "page_json": "[{\"id\":\"Page_WhaleDev\",\"name\":\"Page\",\"props\":{},\"desc\":\"页面\",\"children\":[{\"id\":\"Button_2f91c71b04\",\"name\":\"Button\",\"desc\":\"按钮\",\"props\":{\"type\":\"primary\",\"text\":\"按钮123\",\"autoInsertSpace\":true,\"block\":false,\"disabled\":false,\"icon\":\"\",\"iconPosition\":\"start\",\"loading\":false,\"shape\":\"default\",\"size\":\"middle\"},\"parentId\":\"Page_WhaleDev\"}]}]" }
curl --location --request POST 'http://localhost:3173/whaledev/page_json/save' \ --header 'authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VyX2lkIjoidXNlci05MTA5ZGE5OC03NGQ5LTQyZmQtOTQ1MC0zZGViYmFhOTQ4NDIiLCJpYXQiOjE3MzczNTcxNDQsImV4cCI6MTczNzk2MTk0NH0.zyzwwoLPVbf1WHsqs4c1JgOQY1YXPn9FQ_dm4cVPj2A' \ --header 'Content-Type: application/json' \ --data-raw '{ "page_id": "page41efce44", "page_json": "[{\"id\":\"Page_WhaleDev\",\"name\":\"Page\",\"props\":{},\"desc\":\"页面\",\"children\":[{\"id\":\"Button_2f91c71b04\",\"name\":\"Button\",\"desc\":\"按钮\",\"props\":{\"type\":\"primary\",\"text\":\"按钮123\",\"autoInsertSpace\":true,\"block\":false,\"disabled\":false,\"icon\":\"\",\"iconPosition\":\"start\",\"loading\":false,\"shape\":\"default\",\"size\":\"middle\"},\"parentId\":\"Page_WhaleDev\"}]}]" }'
{ "code": 0, "timestamp": "string", "data": { "data": null, "message": "string", "msgType": "string" }, "type": "string" }