A game to practice creating Express APIs and using Postman.
{
"secret": STRING,
"shares": INT,
"threshold": INT
}Where secret is the string to encrypt, shares is the number of keys, and threshold is the number of keys needed to decrypt the secret
{
"keys": [ STRING ],
"successURL": STRING
}Where keys is an array of the keys to decryt, and successURL is an POST endpoint that the api-judge will send the decrypted secret to.