I need to send type related params in sparse fieldset way, please provide a way to construct below url.
const page = {
limit: 0,
offset:10,
type: {
name: 's',
age:'n'
}
}
i tried to convert above object with urlsearch params but still not getting like below url.
https://sample.run/api/product?limit=0&offset=10&type[name]=s&type[age]=n