Submit Form

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"
        }
    ]
}
Language
URL
Click Try It! to start a request and see the response here!