Import products
curl --request POST \
--url https://api-dev.monyfix.tech/imports/products \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form 'store_id=<string>' \
--form 'file=<string>' \
--form file.0='@example-file'curl --request POST \
--url https://api-dev.monyfix.tech/imports/products \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form 'store_id=<string>' \
--form 'file=<string>' \
--form file.0='@example-file'