pub async fn delete_account(
    id: Identity,
    payload: Json<Password>,
    data: AppData
) -> Result<impl Responder, ServiceError>