Send a message to our team. Use this endpoint to submit inquiries, feedback, or support requests. We typically respond within 24 hours.
Email: info@sabnode.in
Address: D829 sector 5 malviya nagar jaipur 302017
curl -X POST https://api.sabnode.in/v1/contact \
-H "Content-Type: application/json" \
-d '{
"name": "Jane Doe",
"email": "jane@example.com",
"message": "I would like to learn more..."
}'