/api/auth/meGet current authenticated partner user from the session cookie.
curl http://localhost:3001/api/auth/me \
-H "Cookie: access_token=your_session_cookie_here"{
"success": true,
"data": {
"id": 123,
"email": "partner@example.com",
"created_at": "2026-03-30T12:00:00.000Z",
"updated_at": "2026-03-30T12:00:00.000Z"
}
}