curl --request PATCH \
--url http://localhost:4000/api/waitlist/v2/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"notifications": {},
"preferences": {}
}'
Update user settings
curl --request PATCH \
--url http://localhost:4000/api/waitlist/v2/settings \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"notifications": {},
"preferences": {}
}'
Dynamic authentication JWT token
Settings updated