curl --request POST \
--url https://{api_endpoint}/api/v1/orchestrate/agents/{agent_id}/threads/{thread_id}/chat-with-docs \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: multipart/form-data' \
--form 'text=<string>' \
--form 'files=<string>' \
--form files.items='@example-file'