Retrieves a list of national banks and financial institutions supported by the IPS.
/api/v1/miscs/institutions
List of institutions
An error response object
curl -L \ --url 'http://127.0.0.1:8080/api/v1/miscs/institutions'
{ "data": [ { "name": "Bank A", "code": "01" }, { "name": "Bank B", "code": "02" } ] }