© 2026 Hedgehog Software, LLC
useFetch
const [{ data, fetching, error }] = useFetch(`/order-verifications/${shopId}`, { method: "GET", json: true });
error
data