Save To Collection
Requirements
Request
curl --location --request POST 'https://<API ROUTE>/data/<COLLECTIONNAME>' \
--header 'Authorization: Bearer <BOT AUTH TOKEN>' \
--header 'Content-Type: application/json' \
--data-raw '{
"Color":"Red",
"Value":123
}'Response
Response Codes
Last updated
Was this helpful?