curl --location --request GET 'https://api.01aigc.com/aicamera/artwork/template_list?offset&size' \ --header 'AccessKeyId;' \ --header 'Signature;' \ --header 'AccessKeySecret;'
{ "code": 0, "msg": "string", "data": { "offset": 0, "size": 0, "list": [ { "templateId": "string", "packageName": "string", "imageURL": "string" } ] }, "traceId": "string" }