curl --request POST \
--url https://api.txcloud.io/v1/fraud/blocklist \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"type": "device",
"value": "<string>",
"reason": "<string>",
"expires_at": "2023-11-07T05:31:56Z"
}
'