curl --request POST \
--url https://api.txcloud.io/v1/watchlist/matches/{id}/resolve \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"resolution": "true_positive",
"reason": "<string>",
"notes": "<string>",
"resolved_by": "<string>",
"evidence": {}
}
'