info: name: Accept type: http seq: 2 http: method: POST url: "{{BASE_URL}}/api/invite/accept" body: type: json data: |- { "inviteCode": "{{InviteCode}}", "password": "{{Password}} } auth: inherit runtime: variables: - name: InviteCode value: "" - name: Password value: "" settings: encodeUrl: true timeout: 0 followRedirects: true maxRedirects: 5