curl --location --request POST 'https://api.littlecaesars.com.tr/api/web/Restaurants/Nearests' \
--header 'Authorization: ' \
--header 'Content-Type: text/plain' \
--data-raw '{
"UserPosition":
{
"Longitude":28.993603699999998,
"Latitude":41.059683
},
"PageSize":"8"
}'
{}