Data
curl --request POST \
--url https://abc.domain.com/data \
--header 'Content-Type: application/json' \
--header 'EdgeTagUserId: 138fffcd-ee39-4fd1-b5b5-760f07454407-1662025231518' \
--data '{
"data": {
"email": "[email protected]",
"firstName": "John",
"lastName": "Smith",
"color": "Blue",
"step": "5"
}
}'Last updated
Was this helpful?

