{ "agentid": 923680251, "event_id": "5E6355BC9BA7D5576D602509E0B3A1FE", "calendar_id": "primary", "attendees": [ { "userid": "user123", "attendee_status": "add" } ] }
curl --location --request POST 'http://127.0.0.1/topapi/calendar/v2/attendee/update?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "agentid": 923680251, "event_id": "5E6355BC9BA7D5576D602509E0B3A1FE", "calendar_id": "primary", "attendees": [ { "userid": "user123", "attendee_status": "add" } ] }'
{ "success": true, "errcode": 0, "errmsg": "string", "request_id": "string" }