Comprehensive API endpoint to combine group settings and locked settings

This topic was brought up in my following post:

It would be really great to have a comprehensive API endpoint that can show you group settings, AND if they’re locked - either at that group level, or inherited from the account level settings.

Being able to then use that to mirror group settings when creating new groups, either in the same account, or across multiple accounts, or simply seeing in a single API call what settings are enabled, locked, and locked by inheritance would be super simple!

Currently there are two API calls that can be made - one that shows a groups settings, and another that shows the group’s locked settings. But this requires two different calls to two different endpoints, which then stitching together is a little tricky, and doesn’t give ease of copying groups settings to a new group with a single call. (amongst other use cases, I’m sure!)