logRequest static method
Implementation
static void logRequest(String path) {
final now = DateTime.now();
print("\n========== 🛰️ [ApiMate Request] [$now] ==========");
print("Path: $path");
print("===============================================\n");
}