Jmeter: Http POST request with body data and file upload

I'm trying to test a Rest api which is working on postman but not on Jmeter, the request takes (2 parameters): a pdf file a body data (json containing pdf information) on Postman : when I put ...