info: name: Login type: http seq: 2 http: method: POST url: "{{base_url}}/api/v1/auth/login" body: type: json data: |- { "email": "felipe@felipecncloud.com", "password": "12345678" } settings: encodeUrl: true timeout: 0 followRedirects: true maxRedirects: 5