Description
<회원정보 조회>
•
특정 회원정보 조회
•
헤더에 Key는 Access-Token과 Value에 토큰을 입력
Response
{
"id": 1,
"placeName": "서울특별시",
"name": "John",
"email": "john@google.com",
"birthDate": "1990-01-01T00:00:00.000+00:00",
"favorDrinkType": [
"SOJU",
"BEER"
],
"role": "USER",
"alarmEnabled": true,
"imageUrl": "http://~",
"createdAt": "2024-09-03T19:50:58.731+00:00",
"updatedAt": "2024-09-03T19:50:58.731+00:00",
"deletedAt": null
}
JSON
복사
Error
HTTP/1.1 4XX
”에러 메시지”