{
  "get": {
    "tags": ["Dieline"],
    "summary": "Keep session alive",
    "description": "Calls the external API to keep the ongoing session alive using the 'resize-token' from the request header.",
    "security": [{ "Dieline-Domain": [] }, { "Dieline-Authentication": [] }, { "Dieline-Session-Token": [] }],
    "operationId": "keepAliveSession",
    "responses": {
      "204": {
        "description": "Session kept alive successfully. No content returned."
      }
    }
  }
}
