unmarshal data with same data format, but different key names in golang
I have many API endpoints with same base data format. I want to get data from them and unmarshal response to specific struct
or format.
For example we have following endpoints and example responses: