curl --location --request POST 'https://api.littlecaesars.com.tr/api/web/Product/GetProducts' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"CategoryId": "102471991065",
"Size": "",
"ExistingOrderId" : "200143127862"
}'
{}