I have a curl request and i don't know how to transform it in jmeter
:
curl -H application-id:my-app-id \
-H secret-key:my-secret-key \
-H Content-Type:"multipart/form-data" \
-H application-type:REST \
--form upload=@/logo.jpg \
-X POST \
-v \
http://localhost:8080/api/v1/files/Photos/logo.jpg
What is the best way of doing this?