curl --location --request POST 'http://10.101.252.154:9060/api/ProductListing/Filter' \
--header 'Accept: application/json' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: text/plain' \
--data-raw '{"TagsIncluded":["107374541722"],"TagsExcluded":[],"OptionsIncluded":[],"OptionsExcluded":[]}'
{}