curl --request POST \
--url http://localhost:8000/gateway/stop \
--header 'Authorization: Basic <encoded-value>'Stop Gateway container.
curl --request POST \
--url http://localhost:8000/gateway/stop \
--header 'Authorization: Basic <encoded-value>'Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Successful Response
Was this page helpful?