I need to reproduce the following POST form structure:

from what I found, I can represent multiple values of sites key this way: how to post multiple value with same key in python requests?
but how to combine this multi-valued key with regular keys action and extype? I can't use a regular dict for parameters anymore.