apiKey: ********************{
"product-img": "https://cdnstatic.edgeone.site/image-renderer-resources/assets/cnIQc6IG2PzC/ab9c.jpg",
"tag": "母亲节特惠",
"price": "399.00",
"unit": "¥",
"point1": "全场每满300减50",
"point2": "母亲节下单再送8件超值礼包"
}curl --location --request POST '/api/image-template/ep-7YlLkmXbMhtP/render' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"product-img": "https://cdnstatic.edgeone.site/image-renderer-resources/assets/cnIQc6IG2PzC/ab9c.jpg",
"tag": "母亲节特惠",
"price": "399.00",
"unit": "¥",
"point1": "全场每满300减50",
"point2": "母亲节下单再送8件超值礼包"
}'{
"errorMessage": "string",
"code": 0,
"aboutUrl": "string",
"traceId": "string",
"imageUrl": "/api/image-template/files/rendered_image_123.jpg",
"downloadUrl": "/api/image-template/download/rendered_image_123.jpg"
}