Amount Block Service REST Endpoints

ECA Services/Amount Block Service
This service allows to block amount on virtual accounts.
Adds a new ECA Block
Method: post
Path: /service/ecablock
Deletes the ECA block identified by given block reference number
Method: delete
Path: /service/ecablock/{blockRefNo}
Get all ECA block
Method: get
Path: /service/ecablock
Release the ECA block by given block RefNo
Method: patch
Path: /service/ecablock/{blockRefNo}/release
Retrieves the ECA block by block reference number
Method: get
Path: /service/ecablock/{blockRefNo}