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