PATCH
/manager/points-of-sale/{id}/address-geocode
curl \
--request PATCH 'https://domain.tld/api/v2/manager/points-of-sale/{id}/address-geocode' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json"
Response examples (200)
{
"message": "Address geocode attached successfully"
}