curl --location --request POST 'http://dev-cn.your-api-server.com/v3/alipay/open/mini/isv/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"create_mini_request": {
"alipay_account": "test@email.com",
"app_name": "示例小程序",
"cert_name": "张三科技有限公司",
"cert_no": "3704354348893534",
"contact_name": "张三",
"contact_phone": "199xxxx6338",
"is_individual": true,
"legal_personal_name": "张三",
"license_pic": "/9j/Qnl0ZUFycmF5T3V0cHV0U3RyZWFtIG91dHB1dCA9IG5ldyBCeXRlQ中间缩略Skge30=",
"out_order_no": "202324353454545"
}
}'