cURL
curl --request POST \ --url https://pointerapi.com/ \ --header 'Content-Type: application/json' \ --data '{ "message": "<string>" }'
Send a message to the agent and receive a streaming response.