How to post a collection of medias using React?

System Information
  • Strapi Version:
  • Operating System:
  • Database:
  • Node Version:
  • NPM Version:
  • Yarn Version:

Hello,

I’m very new to Strapi and I was wondering how is the request body supposed to look like in order to post a collection of medias linked to an entity?

In my case, I have a Project entity that’s embedding a collection of medias but I don’t know if I can post it when creating the Project or if I need to update the Project to link medias to it.

Thanks in advance.