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