Transaction Management Policy using API

I'm trying to add Transaction Recording Policy using the API. Can you please help me with the attributes?What value should be given in the Displayname before the environment? Is it the name of the Policy? And what is the name attribute before proxies. What value to be put exactly in the apiResources?

{
        "apiResources": [
        "/reserve/{id}**"       
        ],
        "approvalType": "auto",
        "attributes": [                         
        {
                "name": "MINT_TRANSACTION_SUCCESS_CRITERIA",
                "value": "txProviderStatus == 'OK'"
        }
        ],
        "description": "Payment",
        "displayName": "Payment",
        "environments": [
        "dev"
        ],
        "name": "payment",
        "proxies": [],
        "scopes": [
        ""
        ]
}
0 0 128
0 REPLIES 0