pub async fn create_milestone(
    args: CreateMilestoneArgs,
    client: &CodebergClient
) -> Result<()>