Skip to content

Instantly share code, notes, and snippets.

@voronenko-p
Created March 29, 2020 11:21
Show Gist options
  • Save voronenko-p/140ddd4e50fa5bc61b9b3b3bb868a9cf to your computer and use it in GitHub Desktop.
Save voronenko-p/140ddd4e50fa5bc61b9b3b3bb868a9cf to your computer and use it in GitHub Desktop.
curl -i -X POST \
--url {{ kong }}/services/ \
--data 'name={{ m2mservice_name }}' \
--data 'url=https://httpbin.org/get'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment