post http://{{formsmanagementsystemurl}}/v1//forms/61f2a5d0b629594fcfe63fda
Example Payload
To note: value can be any type
{
"fields": [
{
"id": "question1",
"value": "Vegan"
},
{
"id": "question2a",
"value": "Chicken nuggets"
},
{
"id": "question2b",
"value": "Steam-fried bao buns"
}
]
}