curl --location -g --request GET '{{tessla}}/captains/update_location/16' \
--header 'Accept: application/json' \
--header 'Accept-Language: ar' \
--header 'Content-Type: application/json' \
--data-raw '{
"latitude": "29.9712991",
"longitude": "31.2657999"
}'
{}