{
"theme_name": "艺术风格",
"template_name": "赛博使者",
"image_url": "https://data.wujiebantu.com/%E8%B5%9B%E5%8D%9A%E4%BD%BF%E8%80%85%E5%A5%B3.png",
"lightweight": false,
"type": 0,
"template_mode": 0
}
curl --location --request POST 'https://gate.wujieai.net/wj-open/v1/avatar/artwork/create_template' \
--header 'Content-Type: application/json' \
--data-raw '{
"theme_name": "艺术风格",
"template_name": "赛博使者",
"image_url": "https://data.wujiebantu.com/%E8%B5%9B%E5%8D%9A%E4%BD%BF%E8%80%85%E5%A5%B3.png",
"lightweight": false,
"type": 0,
"template_mode": 0
}'
{
"code": "200",
"message": "success",
"data": {
"template_key": "7795F4C854A4E053D314FA805C4EB742",
"status": "0",
"message": "success"
}
}