info: name: Update Me type: http seq: 2 http: method: PUT url: "{{base_url}}/api/v1/users/me" body: type: json data: |- { "email": "felipe@felipecncloud.com" } auth: type: bearer token: "{{access_token}}" settings: encodeUrl: true timeout: 0 followRedirects: true maxRedirects: 5