This is implement RTK Query

import { createApi, fetchBaseQuery } from "@reduxjs/toolkit/query/react";

export interface Property {

id: number;

propertyTitle: string;