Upload Image to Shopware via POST api

Hi there,

was currently exploring the options to programmatically (up)load product imagery into my Shopware 6 shop via the API. The documentation states that this can be achieved with a POST request.

Was wondering if anyone in the community was able to provide an example of the payload array so I know how exactly that is supposed to look like?

Assumption for now was that the array would contain a dictionary with key:values of the table in the documentation … so something like:
[{„name“: „value“,
„description“:„value“,
„file“:„value“,

}]

but would be great to get confirmation.
Thanks in advance