static String fetchBill({ required String userId, required String baseUrlType, }) => "${Env.getBaseUrl()[baseUrlType]}/user/$userId/bill/fetch";