curl --request POST \
--url https://api.txcloud.io/v1/watchlist/monitor/subscribe \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"entity": {
"reference_id": "<string>",
"type": "<string>",
"name": "<string>"
},
"lists": [
"<string>"
],
"webhook_url": "<string>",
"check_frequency": "<string>"
}
'