DISPLAY CURRENT USER SESSION
Returns current session of the user
GET
/accounts/session
Returns current user session
{
content:
application/json:
schema:
$ref: '#/components/schemas/Session'
}
{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}