# Request Body

* RequestBody need to be hashed with AES-256.
* If the RequestBody is empty, set it to empty string.
* The request body is performed according to the following rules:

  a. Remove characters '\r', '\n', '\t' dan space

  b. hashing with algorithm encrypt method rule (AES 256)

  c. Change to UPPERCASE
