Create Rule for AccountCopy Pagepost http://localhost:8001/v1/accounts/{accountId}/rulesPath ParamsaccountIduuidrequiredUnique identifier (UUID) of the AccountBody ParamsBody of a request to add transaction rule.expiresInint64≥ 1Number of seconds until the Rule expires after it is creatednamestringrequiredlength ≥ 1Name assigned to the RuleruleDetailsobjectrequiredContains details of the RuleruleDetails objectruleTypestringenumrequiredType of Rule. Possible values: MERCHANT_CODE_BLOCK: Transactions blocked by Merchant Category Code (MCC) MERCHANT_ID_BLOCK: Transactions blocked by merchant ID MERCHANT_NAME_BLOCK: Transactions blocked by merchant name MERCHANT_CODE_BLOCKMERCHANT_ID_BLOCKMERCHANT_NAME_BLOCKAllowed:MERCHANT_CODE_BLOCKMERCHANT_ID_BLOCKMERCHANT_NAME_BLOCKResponses 200Success 400Bad Request 403Forbidden 422Unprocessable Content 500Internal Server Error 501Not ImplementedUpdated 24 days ago