Values.AssociateFraudsterRequestSourceAssociates the fraudsters with the watchlist specified in the same domain.
type nonrec t = {domainId : DomainId.t;The identifier of the domain that contains the fraudster.
*)fraudsterId : FraudsterId.t;The identifier of the fraudster to be associated with the watchlist.
*)watchlistId : WatchlistId.t;The identifier of the watchlist you want to associate with the fraudster.
*)}val make :
domainId:DomainId.t ->
fraudsterId:FraudsterId.t ->
watchlistId:WatchlistId.t ->
unit ->
t