"string"
curl --location --request POST '/api/admin/wechat/menu/public/create' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '"string"'
{
"code": 0,
"data": {
"property1": {},
"property2": {}
},
"message": "string"
}