Authorization: Bearer ********************curl --location --request PATCH 'http://api.cephisso.dev/ords/cephisso_system/v1//event-attendees/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"attending": "string",
"cephisso_platform_accounts_id": "string",
"data_lineage": "string",
"events_id": "string",
"invited_email": "string",
"metadata": "string",
"people_id": "string",
"udfs": "string"
}'{}