POST http://localhost:8000/variables
Name: {{name}}Age: {{age}}Height: {{height}}Female: {{female}}Id: {{my-id}}A_Null: {{a_null}}{ "name": "{{name}}", "age": {{age}}, "height": {{height}}, "female": {{female}}, "id": "{{my-id}}", "a_null": {{a_null}}}
HTTP/* 200[Asserts]variable "name" equals "Jennifer"variable "female" equals truevariable "age" equals 30variable "height" equals 1.70variable "a_null" equals nullvariable "my-id" equals "123"