update address1, address2, etc in the location item of Profile by API
Hello,
How to update the item part of the Profile schem , for example the parts of location such as address1, address2, ...and so...ZipCode.... ?
for example , in the documentation we can see an example for updating ou creating a profile, butr thi example is only about "simple" fields ::
<--
-X PATCH https://mc.adobe.io/<ORGANIZATION>/campaign/profileAndServices/profile/<PKEY> \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer <ACCESS_TOKEN>' \ -H 'Cache-Control: no-cache' \ -H 'X-Api-Key: <API_KEY>' \ -d '{"firstName":"Mark"',"lastName":"Smith"}'
-->
By what must i replace "firstname" or "lastname" to update the location.... address1 etc?
Thanks
Franck