curl -X GET https://api.finscreener.in/api/auth/token/validate \ -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
{ "valid": true, "user_id": "user_123456", "email": "user@example.com" }
Validate current access token
Bearer <access_token>