curl --location --request POST '/auth/oauth/google' \
--header 'Cookie: refreshToken=HttpOnly refresh token cookie.' \
--header 'Content-Type: application/json' \
--data-raw '{
"authTokenDto": "string",
"deviceInfo": {
"deviceType": "DESKTOP",
"fingerPrint": "string",
"deviceName": "string"
}
}'{
"accessToken": "string",
"expiresIn": 0,
"user": {
"id": 0,
"username": "string",
"tier": "FREE",
"profileUrl": "string",
"avatarUrl": "string"
}
}