SahiPlot Backend

API is running

Use the endpoints below. Authentication endpoints are public; most others require a JWT token.

POST /auth/register POST /auth/login GET /users/me (JWT required)
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"}'