19 lines
348 B
JSON

{
"request": {
"method": "GET",
"url": "/api/auth/me"
},
"response": {
"status": 200,
"headers": {
"Content-Type": "application/json"
},
"jsonBody": {
"id": "123",
"name": "Juan Banesco",
"email": "juan@banesco.com",
"sessionReference": "c983d7aa-c81b-4f99-923f-e14b512c0199"
}
}
}