meta { name: create plan type: http seq: 4 } post { url: http://localhost:14014/api/create body: json auth: inherit } body:json { { "name": "test", "pin": "1234", "planName": "test plan", "folder": "", "data": "data string" } } settings { encodeUrl: true timeout: 0 }