pub async fn import_attainments(
app_conf: Data<ApplicationConfiguration>,
store: Data<MockSuotarStore>,
pool: Data<PgPool>,
req: HttpRequest,
body: Bytes,
) -> ControllerResult<HttpResponse>pub async fn import_attainments(
app_conf: Data<ApplicationConfiguration>,
store: Data<MockSuotarStore>,
pool: Data<PgPool>,
req: HttpRequest,
body: Bytes,
) -> ControllerResult<HttpResponse>