Authorization: Bearer ********************{
"name": "JoseMa Esparev",
"email": "jm.esparev@gmail.com"
}curl --location --request PATCH 'http://localhost:4002/rest/v1/waitlists/entries/' \
--header 'X-Nexus-Key: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "JoseMa Esparev",
"email": "jm.esparev@gmail.com"
}'{
"id": "string",
"slug": "string",
"name": "string",
"purpose": "string",
"max_capacity": 0,
"entries": [
{
"id": "string",
"name": "string",
"email": "user@example.com",
"waitlist_id": "string"
}
],
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}