pub async fn store_file( __arg0: State<Arc<AppState>>, multipart: Multipart, ) -> Result<Json<Value>, (StatusCode, Json<Value>)>