Skip to content

Instantly share code, notes, and snippets.

@dylandepass
Created March 25, 2022 19:39
Show Gist options
  • Save dylandepass/9ba6b83700dfce1fa90a47bde62c2e99 to your computer and use it in GitHub Desktop.
Save dylandepass/9ba6b83700dfce1fa90a47bde62c2e99 to your computer and use it in GitHub Desktop.
Helix Forms POST Body (name/value pairs)
{
"data": [
{ "name": "name", "value": "Clark Kent" },
{ "name": "email", "value": "superman@example.com" },
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment