Register (v2)
documentedTrigger registration flow (v2) with a verification email.
POST /api/account/register/v2Accountsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://fleep.io/api/account/register/v2" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"email": "{{$email}}", "referer": "{{$referer}}", "landing": "{{$landing}}"}'