curl --location -g --request POST '{{tessla}}/saved_places' \
--header 'Accept: application/json' \
--header 'Accept-Language: ar' \
--header 'Content-Type: application/json' \
--data-raw '{
"to_location": "cairo",
"latitude": "29.9712991",
"longitude": "31.2657999",
"description": "dkugiduifd"
}'
{}