cURL
curl --request GET \ --url https://k-polaris.life/api/v1/users/me \ --header 'Authorization: Bearer <token>'
{ "id": 123, "provider": "KAKAO", "role": "USER", "nickname": "<string>", "email": "<string>", "profileImageUrl": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
KAKAO
USER