curl --request POST \
--url https://api.txcloud.io/v1/fraud/velocity/rules \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"action": "<string>",
"scope": "<string>",
"limit": 123,
"window": "<string>",
"response": "<string>"
}
'