Skip to content

Instantly share code, notes, and snippets.

@Hkazanci93
Created November 8, 2021 14:12
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/bcd023f2a275720b84564501e9db1953 to your computer and use it in GitHub Desktop.
Save Hkazanci93/bcd023f2a275720b84564501e9db1953 to your computer and use it in GitHub Desktop.
curl --location --request POST 'localhost:8080/config' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"additionalProp1": "red",
"additionalProp2": "green",
"additionalProp3": "blue"
},
"userId": "pixel"
}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment