Send a message to the chatbot.
curl -X POST https://api.example.com/chat -d "message=Hello"
Train the chatbot with additional data.
curl -X POST https://api.example.com/train -d "data=train_data.json"
Get the current status of the chatbot.
curl -X GET https://api.example.com/status