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