Extract response body and use it in following requests

Extract response body and use it in following requests

Hello,

What I am trying to achieve is retrieving the response body and use a variable to store this token. The goal is to use this token in the following request header for authorization.

My response is not XML nor JSON but Mime Type: application/octet-stream. Is it possible to use an extractor or should I find an other way to do it?

Best Regards,