params={"additional": "parameters"}
curl -X 'POST' \ 'http://0.0.0.0:8003/api/v1/chat' \ -H 'accept: application/json' \ -H 'Content-Type: application/json' \ -d '{ "messages": [ { "role": "user", "content": "What did the author do growing up in the article on http://paulgraham.com/worked.html" } ] }'