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