OK
curl -i -X POST \
https://developers.retarus.com/_mock/idp/integration-gateway-openapi/upload-pdf \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-H 'ai-pipeline-code: ' \
-H 'channel-name: ' \
-H 'channel-reference: ' \
-H 'customer-billing-code: ' \
-F file=string
curl -i -X POST \
https://developers.retarus.com/_mock/idp/integration-gateway-openapi/upload-jpeg \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-H 'ai-pipeline-code: ' \
-H 'channel-name: ' \
-H 'channel-reference: ' \
-H 'customer-billing-code: ' \
-F file=string
curl -i -X POST \
https://developers.retarus.com/_mock/idp/integration-gateway-openapi/upload-png \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-H 'ai-pipeline-code: ' \
-H 'channel-name: ' \
-H 'channel-reference: ' \
-H 'customer-billing-code: ' \
-F file=string
curl -i -X POST \
https://developers.retarus.com/_mock/idp/integration-gateway-openapi/upload-tiff \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: multipart/form-data' \
-H 'ai-pipeline-code: ' \
-H 'channel-name: ' \
-H 'channel-reference: ' \
-H 'customer-billing-code: ' \
-F file=string