Register
documentedCreate a new Fleep account and trigger verification email.
POST /api/account/registerAccountsno 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" \
-X POST \
-H "Content-Type: application/json" \
-H "Accept: application/json" \
-d '{"email": "{{$email}}", "display_name": "{{$display_name}}", "password": "{{$password}}", "referer": "{{$referer}}", "use_code": {{$use_code}}}'