❯ curl -X POST http://apiallthethings.com -F email=freetshirt@apigee.com
{
"message": "Congratulations! Proceed to the link below to claim your t-shirt! Your token can only be used once.",
"link": "http://apiallthethings.com/redeem.html?token=AppleSauceFTWAndPonies",
"expires_in": 43200000,
"token_type": "single use"
}