You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"content": "{\n\"message\": \"Account found by user id\", \n\"data\": {\n\"id\": ObjectId(\"5bff8b9f3274cf001bc71048\"),\n\"firstName\": \"Theo\",\n\"lastName\":\"Klein\",\n\"pronoun\":\"he/him\",\n\"email\":\"[email protected]\",\n\"phoneNumber\":1234567890,\n\"gender\":\"Male\",\n\"birthDate\":Date(\"10/30/1997\")\n }\n }",
198
+
"content": "{\n\"message\": \"Account found by user id\", \n\"data\": {\n\"id\": ObjectId(\"5bff8b9f3274cf001bc71048\"),\n\"firstName\": \"Theo\",\n\"lastName\":\"Klein\",\n\"pronoun\":\"he/him\",\n\"email\":\"[email protected]\",\n\"phoneNumber\":1234567890,\n\"gender\":\"Male\",\n\"age\":23,\n }\n }",
199
199
"type": "object"
200
200
}
201
201
]
@@ -379,7 +379,7 @@
379
379
"examples": [
380
380
{
381
381
"title": "Success-Response: ",
382
-
"content": "{\n\"message\": \"Account found by user email\", \n\"data\": {\n\t\"id\": ObjectId(\"5bff8b9f3274cf001bc71048\"),\n\t\"firstName\": \"Theo\",\n\"lastName\":\"Klein\",\n\"pronoun\":\"he/him\",\n\"email\":\"[email protected]\",\n\"phoneNumber\":1234567890,\n\t\"gender\":\"Male\",\n\"birthDate\":Date(\"10/30/1997\")\n }\n }",
382
+
"content": "{\n\"message\": \"Account found by user email\", \n\"data\": {\n\t\"id\": ObjectId(\"5bff8b9f3274cf001bc71048\"),\n\t\"firstName\": \"Theo\",\n\"lastName\":\"Klein\",\n\"pronoun\":\"he/him\",\n\"email\":\"[email protected]\",\n\"phoneNumber\":1234567890,\n\t\"gender\":\"Male\",\n\"age\":23,\n }\n }",
0 commit comments