Strapi API get Media from api

Hey, my API key has Full Permissions and i added populate=* all. The media is also uploaded and published, but i dont get it in the api request. Why?

This topic has been created from a Discord post (1273659672888479776) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord

try adding this:

                populate: {
                    'Image': '*',
                }
            },```

(oups sorry for the indent)