OK
curl -i -X POST \
https://developers.retarus.com/_mock/idp/integration-gateway-openapi/import/open-order/csv \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F file=string
curl -i -X POST \
https://developers.retarus.com/_mock/idp/integration-gateway-openapi/import/supplier/csv \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F file=string
curl -i -X POST \
https://developers.retarus.com/_mock/idp/integration-gateway-openapi/import/customer-material/csv \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F file=string
curl -i -X POST \
https://developers.retarus.com/_mock/idp/integration-gateway-openapi/import/customer-master/csv \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F file=string
curl -i -X POST \
https://developers.retarus.com/_mock/idp/integration-gateway-openapi/import/customer-product/csv \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F file=string
curl -i -X POST \
https://developers.retarus.com/_mock/idp/integration-gateway-openapi/import/customer-ship-to/csv \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-F file=string