HTTPClient http;
http.begin("http://<server>/tank/download_model.php?project=TEST123&type=tflite");
http.addHeader("X-API-KEY", "changeme-strong-key"); // <-- REQUIRED
int code = http.GET();
HTTPClient http;
http.begin("http://<server>/tank/download_model.php?project=TEST123&type=tflite");
http.addHeader("X-API-KEY", "changeme-strong-key"); // <-- REQUIRED
int code = http.GET();