Auth
Log in with Privy JWT
Verifies the SIWE message and signature, creates a session, and returns user info
post/api/auth/login
Response
Authentication successful, session created
Example response
{
"success": true,
"userId": "user_123abc",
"wallet": "0x123..."
}