curl --request POST \
--url https://production.deepvue.tech/v1/bsa/upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--header 'client-id: <api-key>' \
--header 'x-api-key: <api-key>' \
--form 'files=<string>' \
--form 'entity_name=<string>' \
--form 'entity_type=<string>' \
--form 'account_number=<string>' \
--form 'account_type=<string>' \
--form 'bank_code=<string>' \
--form 'file_password=<string>' \
--form 'webhook_url=<string>' \
--form files.items='@example-file'