curl --request POST \
--url https://api.txcloud.io/v1/watchlist/lists/custom/{id}/entries \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"type": "<string>",
"reason": "<string>",
"document_numbers": [
"<string>"
],
"notes": "<string>"
}
'