curl --request POST \
--url http://localhost:3001/api/v1/business/fraud/rules/test{
"success": true,
"data": {
"decision": "ALLOW",
"riskScore": 123,
"rulesTriggered": [
{
"ruleId": "<string>",
"name": "<string>",
"action": "ALLOW",
"score": 123
}
],
"controlChecks": {}
}
}curl --request POST \
--url http://localhost:3001/api/v1/business/fraud/rules/test{
"success": true,
"data": {
"decision": "ALLOW",
"riskScore": 123,
"rulesTriggered": [
{
"ruleId": "<string>",
"name": "<string>",
"action": "ALLOW",
"score": 123
}
],
"controlChecks": {}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.useaxra.com/llms.txt
Use this file to discover all available pages before exploring further.