Plain-Request-Signature
with the HMAC signature.
You can verify this signature by hashing the request body with your HMAC secret and comparing it to the signature in the header.
The signature is a HMAC-SHA256 hash of the request body, encoded as a hexadecimal string.