curl --request POST \
--url https://api.decodahealth.com/user/patient/uploads/csv \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--header 'TENANT: <tenant>' \
--form file='@example-file' \
--form 'uploader_id=<string>' \
--form 'rule_set_id=<string>' \
--form void_existing_charges=false \
--form update_existing_patient_charges=false