REST process get body string

How do I map the pure body string of a rest to a process parameter in a rest process?

In my custom process I want to do my own deserialization if applicable or simply store the plain body string. @m.gechev can you help me with that?