curl --location --request POST 'http://85.111.42.134:9069/api/ProductListing/Filter' \
--header 'Accept: application/json' \
--header 'Authorization: {{token}}' \
--header 'Accept-Language: tr-TR' \
--header 'Content-Type: text/plain' \
--data-raw '{"ProductIDs":["104975959323","107433533974","100138890009","107580819921"],"TagsIncluded":[],"TagsExcluded":[],"OptionsIncluded":[],"OptionsExcluded":[], "CalcParameters":["OrderSource=Web"]}'
{}