Error
Auth
Return the current session (address + CSRF token).
Use on app load to check whether the session cookie is still valid and recover the CSRF token.
GET
Error
Authorizations
HttpOnly session cookie set by POST /v1/auth/session. Mutating requests must also send the CSRF token (returned by that call) in the x-csrf-token header.

