Decrypts a message using a specific encryption version for a given actor, identified by actorID and encVer.
Enter your API key. It's required to authenticate API requests.
The unique identifier of the actor whose message is being decrypted.
The version of the encryption used to decrypt the message.
The encrypted message to be decrypted.
The body is of type string.
The message was decrypted successfully.
The response is of type boolean.