info: name: OAuth Google type: http seq: 8 http: method: POST url: "{{base_url}}/api/v1/auth/oauth/google" body: type: json data: |- { "id_token": "{{google_id_token}}" } settings: encodeUrl: true timeout: 0 followRedirects: true maxRedirects: 5