{
"request":"{ecrypted_request_string}"
}{
"request":"{ecrypted_response_string}"
}strToEncrypt: The payload string that you want to encrypt.secretKey: The client's secret key used for encryption. This should be provided by the client.strToDecrypt: The encrypted payload string that you want to decrypt.secretKey: The client's secret key used for decryption. This should match the secret key used for encryption.