curl --request POST \
--url https://api.incident.io/v1/incident_memberships/actions/revoke \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"incident_id": "01FCNDV6P870EA6S7TK1DSYD5H",
"user_id": "01FCQSP07Z74QMMYPDDGQB9FTG"
}
'