Authorization: Bearer ********************{
"name": "Closed Beta",
"purpose": "Closed early beta access to the mobile app for testin purposes.",
"max_capacity": 100
}curl --location --request PATCH 'http://localhost:4002/rest/v1/waitlists/closed-beta' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Closed Beta",
"purpose": "Closed early beta access to the mobile app for testin purposes.",
"max_capacity": 100
}'{
"id": "wl_nGQxAhaHe3IfH60I",
"slug": "closed-beta",
"name": "Closed Beta",
"purpose": "Closed early beta access to the mobile app for testin purposes.",
"max_capacity": 200,
"created_at": "2025-03-22T19:11:51.080Z",
"updated_at": "2025-03-22T19:11:51.080Z"
}