Table view
POST https://postman-echo.com/post
Gets randomly generated names and e-mails from Qodex-echo and visualizes the response body as a table.
Request Body
{"contacts"=>[{"name"=>"{{$randomFullName}}", "email"=>"{{$randomEmail}}"}, {"name"=>"{{$randomFullName}}", "email"=>"{{$randomEmail}}"}, {"name"=>"{{$randomFullName}}", "email"=>"{{$randomEmail}}"}, {"name"=>"{{$randomFullName}}", "email"=>"{{$randomEmail}}"}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |