{"name": "FeeVert API", "version": "1.0.0", "status": "operational", "endpoints": {"homepage_data": "/api/homepage/", "api_v1": "/api/v1/", "admin": "/feevert-admin/", "public": {"services": "/api/public/services/", "categories_tree": "/api/public/categories-tree/", "category_tree": "/api/v1/consultation-categories/tree/"}, "auth": {"token": "/api/token/", "token_refresh": "/api/token/refresh/", "token_verify": "/api/token/verify/", "register": "/api/auth/register/", "login": "/api/auth/login/", "logout": "/api/auth/logout/", "change_password": "/api/auth/change-password/"}, "payments": {"initiate": "/api/payments/initiate/", "verify": "/api/payments/verify/<transaction_id>/", "refund": "/api/payments/refund/<transaction_id>/", "transactions": "/api/payments/transactions/", "invoices": "/api/payments/invoices/"}, "webhooks": {"pawapay": "/webhooks/pawapay/"}, "notifications": {"unread": "/api/v1/notification-counts/unread/", "mark_all_read": "/api/v1/notification-counts/mark-all-read/", "mark_read": "/api/v1/notification-counts/mark-read/<id>/", "test_email": "/api/v1/email/test/", "test_sms": "/api/v1/sms/test/", "stats": "/api/v1/notification-stats/"}, "messaging": {"unread_count": "/api/realtime/unread-count/", "conversations": "/api/realtime/conversations/", "send": "/api/realtime/send/"}, "language": {"current": "/api/language/", "set": "/api/language/set/"}, "what_we_do": {"list": "/api/v1/what-we-do/", "slides": "/api/what-we-do-slides/"}, "documentation": "https://feevert.co.tz/docs"}}