Backend API
Approve a user from the waitlist
cURL
curl --request POST \ --url https://api.wacht.dev/user-waitlist/{waitlist_user_id}/approve \ --header 'Authorization: Bearer <token>'
{ "message": "User approved and invitation sent" }
JWT Bearer token authentication using the Authorization header
(i64 formatted as string)
User approved successfully
"User approved and invitation sent"