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