curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/open/mini/version/upload' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_version": "0.0.1",
"bundle_id": "com.alipay.alipaywallet",
"ext": "{\"extEnable\": true, \"extPages\": {\"pages/face/index\": {\"defaultTitle\": \"哈哈哈哈\"}},\"window\": {\"defaultTitle\": \"AI2\"}}",
"template_id": "1",
"template_version": "0.0.1"
}'
{
"build_status": "0",
"create_status": "6",
"need_rotation": "\"true\"",
"version_created": "true"
}