{ "page_id": "411-xxxxxxxxxxx", "title": "string" }
curl --location --request POST 'https://api.mindshow.vip/v1/advance_template/add' \ --header 'Authorization: Bearer ' \ --header 'Content-Type: application/json' \ --data-raw '{ "page_id": "411-xxxxxxxxxxx", "title": "string" }'
{ "code": 0, "info": "succ", "request_id": "21al1389334aal4f", "data": { "id": "string" } }