1 2 3 4 5 6
import odooApi from "@/core/api/odooApi" export const getCustomerReviews = async () => { const response = await odooApi('GET', '/api/v1/customer_review') return response }