What would be best practise to aggregate the below resources as a single API call, (the reason is to avoid making multiple calls to get all the resources from mobile/IoT)
/branches
/atms
/itms
I can think of aggregating them under a parent like /locations, so it would be something like below,
/locations -> aggregator
/locations/branches
/locations/atms
/locations/itms
The question is, is the above a good practice considering that this has to be compliant with openBanking API specification, or any other solutions/suggestions.