pub async fn validate_area_exists(pool: &SqlitePool, uuid: &Uuid) -> Result<()>
Validate that an area exists
Returns an error if the area does not exist or if the database query fails