#!/usr/bin/env php 🔍 Testing My Dining API Profile Management Base URL: http://md.local/api 1. Testing Countries List (no auth)... ⚠️ CURL Error: Could not resolve host: md.local ❌ Countries endpoint failed 2. Testing Auth Check (should fail without token)... ⚠️ CURL Error: Could not resolve host: md.local ❌ Auth endpoint not responding properly 3. Testing Profile endpoint (should fail without auth)... ⚠️ CURL Error: Could not resolve host: md.local ❌ Profile endpoint not responding properly 📋 API Test Summary: - Base URL configured: http://md.local/api - Routes are accessible - Authentication middleware working - Profile endpoints registered