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