@PUT('/qr-codes/{id}') Future<void> updateQrCode( @Path('id') int qrCodeId, @Body() Map<String, dynamic> data);