Multiple Fetch requests

Hi, I would like to make multiple POST requests to multiple APIs, all with the same body. How can I do that?
Can I use Fetch?
Could someone show me an example, that would be great!
Thanks!
A.