Future<WebPresenterRestResponse> post(String path, [Object? body]) => request('POST', path, body: body);