프로필 API사용자 프로필 정보연동된 게임에서 사용자 기본 정보를 얻습니다. GET/api/game-link/user/profileSendHeadersAuthorizationAuthorizationRequiredBearer <token>In: headercURLJavaScriptGoPythoncurl -X GET "https://example.com/api/game-link/user/profile" \ -H "Authorization: Bearer <token>"200조회 성공시.Response{ "id": 1, "name": "팬치", "profileImg": "https://phinf.pstatic.net/contact/20230203_106/.../image.png" }TypeScriptOAuth 토큰 갱신OAuth Refresh 토큰을 사용하여 OAuth 토큰을 갱신합니다.다른 사용자 프로필 정보연동된 게임에서 다른 사용자 기본 정보를 얻습니다.