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