Send a message and receive a completion response from the ThinkFree endpoint.
POST https://api.thinkfree.workers.dev/v1/chat/completions
{ "message": "Hello", "memory": [] }
{ "result": "Hello! How can I help?" }