## GET /api/v1/session/{id} *Requires authentication header* Returns a session with id = {id} ### Response: ```json { "id": "string", "userId": "string" } ```