body.plain
is a base64 encoded string. Decoding it as follows:
hash = keccak256(body)
signer = recoverSigner(hash, Base64.decode(signature))
0x36066A2d5c8D4A486E0d1EC3FB51b0E242e3Fb75
. In future we will release a REST endpoint to verify the validity of signer.