pub fn build_response( body_text: String, status_code: StatusCode, content_type: &str, ) -> Result<HttpResonse>