API Settings
Use the following API endpoint to send messages from a third-party app:
POST http://localhost:3000/api/messages
Request Body (JSON):
{
"sender": "Your Name",
"phone": "1234567890",
"message": "Your message here"
}