curl --request POST \
--url https://lens-api.tic.io/watchlists/{id}/addresses/{addressId} \
--header 'x-api-key: <api-key>'Adds the address to the watchlist. Returns 409 if the address is already a member.
curl --request POST \
--url https://lens-api.tic.io/watchlists/{id}/addresses/{addressId} \
--header 'x-api-key: <api-key>'