meta { name: store survay type: http seq: 2 } post { url: {{baseUrl}}/survey-questions body: json auth: inherit } body:json { { "question": "Which frameworks have you worked with?", "description": "Select all that apply", "type": "multiple", "order": 2, "is_active": true, "options": [ { "label": "Laravel" }, { "label": "React" }, { "label": "Vue.js" }, { "label": "Django" } ] } } body:multipart-form { question: سلام چطوری؟ type: multiple @contentType(single,multiple) is_active: true options.[1].label: خوب ~description: ~order: } settings { encodeUrl: true timeout: 0 }