Check for Valid Form Data

POST {{baseUrl}}/post

The tests in this request validate that the request body sent as form-data is valid.

Request Body

[{"name"=>"foo1", "value"=>"bar1", "datatype"=>"string"}, {"name"=>"foo2", "value"=>"bar2", "datatype"=>"string"}]