curl --request POST \
--url https://api.example.com/v1/policy-engine/check-transaction \
--header 'Content-Type: application/json' \
--data '
{
"tenantId": "<string>",
"projectId": "<string>",
"userId": "<string>",
"fromAddress": "<string>",
"toAddress": "<string>",
"amount": "<string>",
"chainReference": "<string>",
"txType": "<string>"
}
'