/accounts
Set up an account (sends a confirmation email)
{
"email": "[email protected]"
}
curl -X POST https://trygrowthchicken.com/api/v1/accounts \ -H "Authorization: Bearer $GROWTH_CHICKEN_API_TOKEN" \ -H "Content-Type: application/json" \ -d '{"email":"[email protected]"}'