Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created November 8, 2021 14:15
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/5381d9c48f88cb116538e56154159d4e to your computer and use it in GitHub Desktop.
Save Hkazanci93/5381d9c48f88cb116538e56154159d4e to your computer and use it in GitHub Desktop.
curl --location --request POST 'localhost:8080/summary' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "abc",
"transactionId": "3rd",
"metrics": [
{
"id": "abc",
"value": 2
},
{
"id": "bcd",
"value": 4
},
{
"id": "fff",
"value": 1
}
]
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment