curl --location --request POST 'https://api.wexa.ai/files/upload?projectID=68c3b3f4f68066a18c3c25e8&container_name=68c3b3f4f68066a18c3c25e8' \
--header 'x-api-key: {{x=x-api-key}}' \
--header 'Content-Type: text/plain' \
--data-raw '{ "source_type": "STORAGE", "filenames": ["report.pdf"], "tags": ["invoices"] }'
{}