curl --location --request POST 'http://dev-cn.your-api-server.com/v1/sources/add-file' \ --header 'x-api-key: sec_xxxxxx' \ --form 'file="/path/to/file.pdf"'
{ "sourceId": "src_xxxxxx" }