I set up local OpenBankProject OBP-API from https://github.com/OpenBankProject/OBP-API. When i hit the endpoint http://localhost:8080/obp/v3.0.0/banks i get the answer like
{"banks":[]}
So the banks list is empty. I haven't found the solution how to add any bank to the list, tried via props files but it seems it should be done in other way. The question is: how can I fill this list of banks?