import {GetData} from '../helpers'; import url from '../url'; export const getPriceTable = async (body) => GetData(url.urlGetPriceTable, body) .then((res) => res) .catch((err) => err);