Duplicating post request with nginx proxy

i have an app that sends a post request to nginx proxy server, can i
forward same request to two different upstream servers? (e.g.
duplicating the same post request)
can it be achieved with nginx?

thanks.