Can we receive a BLOB/binary as is from the request body?
I am trying to receive a binary or BLOB as a REST server.
Is it possible to receive the request's body and parse the payload?
I understand using a property name it would be possible but would it be possible to get a handle of the incoming request body directly?
