action wiremock_post_admin_shutdown { label: "post_admin_shutdown" description: "Shutdown the WireMock server" provider: wiremock method: POST path: "/__admin/shutdown" encoding: json output: { type: "object" additionalProperties: true } }