Now that we have the ability to submit secrets via JSON payloads, we should be able to also decrypt a secret via a JSON payload. My thought is to send a payload of something like this: ```json { "key": "abcdefg1234567890", "message": "Foobar" } ```
Now that we have the ability to submit secrets via JSON payloads, we should be
able to also decrypt a secret via a JSON payload.
My thought is to send a payload of something like this:
{ "key": "abcdefg1234567890", "message": "Foobar" }