curl --request POST \
--url http://localhost:4000/api/waitlist/check-position \
--header 'Content-Type: application/json' \
--data '{
"email": "jsmith@example.com"
}'
Check waitlist position by email
curl --request POST \
--url http://localhost:4000/api/waitlist/check-position \
--header 'Content-Type: application/json' \
--data '{
"email": "jsmith@example.com"
}'
Waitlist position