Authorization: Bearer ********************
curl --location --request POST '/api/v1/files/documents' \ --form 'file=@"/Users/wangqiang/code/python/rag/data/txt.txt"'
{ "code": 0, "data": { "file_id": "xxxxxxx" } }