api bonita7 restapi fileupload java

Upload file trought JAVA with bonita rest API

Helo,

I'm trying to upload file in bonita to create a 'bonita temporaly file'.
The url is : http://:
/bonita/portal/resource/process/
//API/formFileUpload
To execute this call, we need to be connect and add bonita token and bonita cookie in the POST call.
So, i'm trying to do it like that ( with OKHttp ):

Notifications