curl --request POST \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/collections/{collectionId}/image/upload \
--header 'Content-Type: multipart/form-data' \
--form image='@example-file'Upload an image for a collection. Image is stored in S3. Requires MANAGE_PRODUCTS permission.
curl --request POST \
--url https://storekit.samarthh.me/v1/user/store/{storeId}/collections/{collectionId}/image/upload \
--header 'Content-Type: multipart/form-data' \
--form image='@example-file'