curl --location --request POST 'http://api.gelsinpizza.com/api/web/Product/GetProducts' \
--header 'Authorization: {{UAT_TOKEN}}' \
--header 'MemberDeliveryMethod: 2' \
--header 'Content-Type: text/plain' \
--data-raw '{
"CategoryId": "102471991065",
"Size":"",
"TagsIncluded" : [],
"TagsExcluded" : []
}'
{}