# Add your Service using the Admin API
http post localhost:8001/services \
name=httpbin \
url=http://httpbin.org/anything
# Add a Route for the Service
http post localhost:8001/services/httpbin/routes \
hosts:='["example.com"]'
# Verify - Forward Requests through Kong
http get localhost:8000/ \
host:example.com