소셜 로그인을 통해 회원가입 또는 로그인을 수행합니다.

Request

{
  "provider": "kakao", // 소셜 로그인 제공자 (kakao, naver, google)
  "accessToken": "소셜 로그인 액세스 토큰",
  "email": "[email protected]",
  "name": "홍길동",
  "birthDate": "1990-01-01",
  "profileImage": "<https://example.com/profile.jpg>" 
}