action wiremock_post_admin_requests_reset { label: "Empty the request journal" provider: wiremock method: POST path: "/__admin/requests/reset" encoding: json output: { type: "object" additionalProperties: true } }