{
    "policyStoreId": "your-policy-store-id",
    "accessToken": "ACCESS_TOKEN_HERE",
    "action": {
        "actionType": "BankingTransactionSystem::Action",
        "actionId": "Approve"
    },
    "resource": {
        "entityType": "BankingTransactionSystem::TransactionRecord",
        "entityId": "*"
    },
    "entities": {
        "entityList": []
    },
    "context": {
        "contextMap": {
        }
    }
}
