curl --request POST \
--url https://app.recallio.ai/api/Knowledge/document \
--header 'Authorization: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--form 'ProjectId=<string>' \
--form File='@example-file' \
--form 'SourceUrl=<string>' \
--form 'SourceType=<string>' \
--form 'Tags=<string>' \
--form ConsentFlag=true