...
POST body:
Code Block | ||
---|---|---|
| ||
{[ { "field": "education", "value": "kinder" }, { "field": "height", "value": 30 }, { "field": "language", "value": ["english", "spanish"] } ]} |
Data:
appId | userId | keycategory | valueanswerValue |
---|---|---|---|
sample-app-id | sample-user-id | education | kinder |
sample-app-id | sample-user-id | height | 30 |
sample-app-id | sample-user-id | language | [english, spanish] |
...