1//! This module contains the structs for api requests. 2pub mod general; 3pub mod links; 4pub mod users;