curl -X POST 'https://www.artelo.io/api/open/branding/save' \
-H 'Authorization: Bearer your-token' \
-d '{
"id": "9d99eee2-d070-40ec-ac2e-f1e980a2e125",
"back": {
"fitOptions": {},
"imageId": "image-id",
"overrides": {
"height": 400,
"rotation": 30,
"width": 400,
"x": 0,
"y": 0
},
"sourceImage": {
"url": "https://sample.com/x.png"
}
},
"front": {
"fitOptions": {},
"imageId": "image-id",
"overrides": {
"height": 400,
"rotation": 30,
"width": 400,
"x": 0,
"y": 0
},
"sourceImage": {
"url": "https://sample.com/x.png"
}
},
"orientation": "Vertical",
"placement": "PerOrder",
"type": "PackageInsert"
}'{
"PackageInsert": [
{
"createdAt": "2023-04-11T00:00:00.000Z",
"isDefault": true,
"back": {
"height": 600,
"id": "a21c48de-b303-42a8-956b-f3608d64e42b",
"image": {
"previews": {
"lg": "https://url.com/lg-img.png",
"sm": "https://url.com/sm-img.png",
"xs": "https://url.com/xs-img.png"
},
"url": "https://example.com/x.png"
},
"order": 0,
"rotation": 0,
"width": 600,
"x": 0,
"y": 0
},
"front": {
"height": 600,
"id": "ae057244-6635-4e6d-b179-dde12217b991",
"image": {
"previews": {
"lg": "https://url.com/lg-img.png",
"sm": "https://url.com/sm-img.png",
"xs": "https://url.com/xs-img.png"
},
"url": "https://example.com/x.png"
},
"order": 0,
"rotation": 0,
"width": 600,
"x": 0,
"y": 0
},
"id": "9d99eee2-d070-40ec-ac2e-f1e980a2e125",
"orientation": "Vertical",
"placement": "PerOrder",
"type": "PackageInsert"
}
],
"PackageSticker": [
{
"createdAt": "2023-04-11T00:00:00.000Z",
"isDefault": true,
"back": null,
"front": {
"height": 600,
"id": "e0eea4a4-7d0c-4c2f-965d-0be951142e4c",
"image": {
"previews": {
"lg": "https://url.com/lg-img.png",
"sm": "https://url.com/sm-img.png",
"xs": "https://url.com/xs-img.png"
},
"url": "https://example.com/x.png"
},
"order": 0,
"rotation": 0,
"width": 600,
"x": 0,
"y": 0
},
"id": "7f975a7e-2eca-43ff-8ef6-d7945fb38dd6",
"orientation": "Vertical",
"placement": "PerOrder",
"type": "PackageSticker"
}
]
}