curl --location '/auth/oauth/google' \ --header 'Content-Type: application/json' \ --data '{ "code": "string", "os": "string", "frontend": "string" }'
{ "accessToken": "string", "refreshToken": "string", "userId": "string" }