curl --request POST \
--url https://api.usecobalt.com/v1/documents \
--header 'Content-Type: multipart/form-data' \
--header 'access_token: <api-key>' \
--header 'client_id: <api-key>' \
--header 'client_secret: <api-key>' \
--form 'folder_name=<string>' \
--form 'patient_mrn=<string>' \
--form document='@example-file'