macro_rules! export_endpoints {
    ($api_const:expr, $api_type:ty) => { ... };
}