post

@Post(value = "{/path:kv/.*}")
suspend fun post(@PathVariable() path: String?, request: HttpRequest<*>, @Body() body: JsonRpcRequest): HttpResponse<String>