Adds an email address to the waitlist (public endpoint)
cURL
curl --request POST \ --url http://localhost:3000/api/support/add-email-waitlist \ --header 'Content-Type: application/json' \ --data ' { "email": "[email protected]", "accountType": "artist" } '
{ "success": true }
Email address to add to waitlist
Type of account
artist
client
Email added to waitlist successfully
Whether the operation was successful