pub(crate) async fn post_results( state: State<TestState>, request: Json<Result<Report, String>>, ) -> Result<(), StatusCode>
Receive test results