{ "packageName": "string", "imageURL": "string", "peopleNum": 0, "version": "string" }
curl --location --request POST 'https://api.01aigc.com/aicamera/artwork/create_template' \ --header 'AccessKeyId;' \ --header 'Signature;' \ --header 'AccessKeySecret;' \ --header 'Content-Type: application/json' \ --data-raw ''
{ "code": 0, "msg": "string", "data": { "templateId": "string", "templateURL": "string", "peopleNum": 0 }, "traceId": "string" }