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