Testing Contact API endpoints... 1. Testing POST /api/contacts (Create a contact) Response Code: 404 Response: {"success":false,"message":"The requested url cannot be found.","data":{}} 2. Testing GET /api/contacts (Get all contacts) Response Code: 404 Response: {"success":false,"message":"The requested url cannot be found.","data":{}} API testing completed!