curl --request PATCH \
--url https://api.parceltracer.com/v1/external/customers/{customer_pk}/locations/{location_pk}/ \
--header 'Content-Type: application/json' \
--header 'X-Api-Key: <api-key>' \
--data '
{
"area": {
"name_ar": "",
"name_en": "",
"district": "Zahleh",
"lat": "<string>",
"long": "<string>",
"maps_link": "<string>"
},
"directions": "<string>"
}
'