curl --location --request POST 'http://api.gelsinpizza.com/api/web/Restaurants/Nearests' \
--header 'Authorization: {{UAT_TOKEN}}' \
--header 'Content-Type: text/plain' \
--data-raw '{
"UserPosition": {
"Longitude": "28.9959569",
"Latitude": "41.0650777"
},
"PageSize" : "100"
}'
{}