Decrypt JSON
Response for POST request for Accept-Header = application/json
datastring
Decrypted data (Base64 encoded)
Example:
Decrypted text
timestampdate-time
Timestamp of the response
Example:
2025-08-25T16:56:15+0000
Decrypt JSON
{
"data": "Decrypted text",
"timestamp": "2025-08-25T16:56:15+0000"
}