Sending an array as form-data

I think it depends on how your own API what you receive. in my case I use .NET to receive an object DTO from the body which contains a property string[]

What language do you use to receive the POST?