curl --location --globoff --request PATCH 'https://platform-api.convirza.com/v3/geo-locations/{location_id}' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "New York HQ"
}'{
"success": true,
"data": {
"location_id": 1,
"message": "Geo location updated successfully"
}
}