pub async fn update_runner(
    data: &AppData,
    payload: UpdateTrafficPattern,
    username: String
) -> Result<(), ServiceError>