Authorization: Bearer ********************
{ "tags":["BUSINESS","MAILING","PERMANENT"] }
curl --location -g --request PATCH 'https://preprod.api.crego.io/v1/crm/addresses/{{crm:address_id}}/' \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data-raw '{ "tags":["BUSINESS","MAILING","PERMANENT"] }'
{}