我尝试通过邮递员使用以下请求正文创建一个请求,其中包含 1 个输入文本,
{
"subject" : "Fill Up the Form",
"content" : "Form Data",
"formMetaData" : {
"id": "myform1234",
"controls": [{
"type": "Circuit.Enums.FormControlType.INPUT",
"name": "Your Name"
}]
}
}
但我只在电路沙盒中获得内容和主题部分。缺少表单部分