curl -X POST https://api-verifier-2.onrender.com/login \ -H "Content-Type: application/json" \ -d '{ "email": "user@example.com", "password": "yourpassword" }'
{ "message": "Login successful", "user": { "firstName": "John", "lastName": "Doe", "email": "user@example.com", "role": "user", "likedPosts": [], "createdAt": "2024-01-15T10:30:00.000Z" } }
Authenticate a user and receive a JWT token
Documentation IndexFetch the complete documentation index at: https://docs.quader864.ir/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.quader864.ir/llms.txt
Use this file to discover all available pages before exploring further.
Show properties