should be able to return something like Ok(200) to return basic responses. Otherwise Ok(custom_response) should still work. For errors we should be able to do the same. Err(400) for basic responses, otherwise Err(custom_err_response).