API Test - Send Customer Message
Test the message API endpoint. Use this for Postman or any API client testing.
curl -X POST /api/messages \
  -H "Content-Type: application/json" \
  -d '{"customer_email":"test@example.com","customer_name":"Test Customer","content":"When will my loan be approved?","phone":"+1234567890"}'