{"message":"Welcome to TswanaPay API","version":"2.0","documentation":"/swagger","howToUse":{"step1":"First, login to get your bearer token","step2":"Copy the accessToken from the login response","step3":"Use that token in Authorization header for all other API calls"},"endpoints":{"login":{"url":"POST /api/admin/login","description":"Get bearer token","requiredHeaders":{"contentType":"application/json"},"requestBody":{"username":"string","password":"string"},"responseContains":"data.accessToken (use this as Bearer token)"},"authenticatedEndpoints":{"description":"All endpoints below require Authorization header","requiredHeaders":{"authorization":"Bearer <your-token>"},"endpoints":{"customers":"/api/admin/customers","dashboard":"/api/landlord/dashboard/overview","properties":"/api/landlord/properties","transactions":"/api/landlord/transactions","finance":"/api/landlord/payouts","wallet":"/api/admin/wallet","logout":"POST /api/admin/logout"}}}}