pub async fn post_upload( __arg0: State<ApiState>, __arg1: Json<Value>, ) -> ApiResult<Json<HashMap<String, Value>>>
Upload and load a genome from JSON payload.