info: name: Create User type: http seq: 1 http: method: POST url: "{{URL}}/v1/users" body: type: json data: |- { "name": "Grace", "email": "grace@example.com", "password": "pa55word" } auth: inherit settings: encodeUrl: true timeout: 0 followRedirects: true maxRedirects: 5