consequatur
possimus
curl -L \ --request DELETE \ --url 'https://api.sellauth.com/v1/shops/{shopId}/images/{imageId}'
{ "message": "Image deleted successfully" }
mollitia
curl -L \ --url 'https://api.sellauth.com/v1/shops/{shopId}/images'
[ { "id": 1, "cloudflare_image_id": "69xdd69x-420x-69r8-2ree-000r0e0e0e00", "created_at": "2024-01-01T00:00:00.000000Z", "updated_at": "2024-01-01T00:00:00.000000Z", "deleted_at": null, "shop_id": 1 } ]
Must be an image. Must not be greater than 20480 kilobytes.
curl -L \ --request POST \ --url 'https://api.sellauth.com/v1/shops/{shopId}/images' \ --header 'Content-Type: multipart/form-data' \ --form 'image=binary'
{ "id": 1, "cloudflare_image_id": "69xdd69x-420x-69r8-2ree-000r0e0e0e00", "created_at": "2024-01-01T00:00:00.000000Z", "updated_at": "2024-01-01T00:00:00.000000Z", "deleted_at": null, "shop_id": 1 }