I have an endpoint that I want to test performance test. The request requires a body of multipart-form, which includes:
- 1 field that is JSON. Must set its content-type is application/json
- 2 other fields that pdf files.
My question is does siege support this case?
Thank you.