pub fn add_user( chat_id: Uuid, user_id: Uuid, role: String, headers: HeaderMap, ) -> Result<StatusMessage, String>