Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created November 8, 2021 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Hkazanci93/16c941c76b4788b4eb14d5dc80960678 to your computer and use it in GitHub Desktop.
Save Hkazanci93/16c941c76b4788b4eb14d5dc80960678 to your computer and use it in GitHub Desktop.
curl --location --request POST 'localhost:8080/events' \
--header 'Content-Type: application/json' \
--data-raw '{
"category": "generic",
"emitterId": "rickAstley",
"id": "Rickrolling",
"labels": {
"channel": "youtube",
"prankedBy": "steveTyler"
},
"retention": 900000,
"type": "prank",
"value": 100
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment