Create secret
Creates a new secret and associates it with the current account.
post/secrets
Request body
Example request
{
"$schema": "https://api.tower.dev/v1/schemas/CreateSecretParams.json"
}Response
Created
Example response
{
"$schema": "https://api.tower.dev/v1/schemas/CreateSecretResponse.json"
}