API is running
Use the endpoints below. Authentication endpoints are public; most others require a JWT token.
curl -X POST http://localhost:8080/auth/register \
-H "Content-Type: application/json" \
-d '{"name":"Test User","email":"test@example.com","phone":"9876543210","password":"StrongPass123"}'