How I get products tags or filter by product tag using Content API

Hi,

I’m currently working on a custom headless solution with Shopify, Next JS and Builder.io

I would like to have to get products tags using Content API

I tried many times with no solution.

curl -X GET “https://cdn.builder.io/api/v2/content/shopify-product?apiKey=APi_KEY&limit=1&fields=data.vendor,data.tags” -H “accept: /
I got only the vendor name back.

I would like to filter products by tag name ?