pub async fn get_fund_by_id(
    id: i32,
    context: ContextLock
) -> Result<impl Reply, Rejection>