Add an email to the waitlist.
Public endpoint (no auth). Duplicate email returns 409.
cURL
curl --request POST \ --url https://api.example.com/api/auth/waitlist \ --header 'Content-Type: application/json' \ --data ' { "email": "jsmith@example.com", "name": "<string>" } '
{}
Request schema for joining the waitlist.
100
Successful Response