From 1e6614e0432d745a344ce574d4b2f67314cee64f Mon Sep 17 00:00:00 2001 From: 256clinton Date: Tue, 21 Apr 2026 13:33:19 +0300 Subject: [PATCH] docs: add API testing section with curl examples and authentication guide --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index ccc78b0..3e0410d 100644 --- a/README.md +++ b/README.md @@ -651,3 +651,30 @@ cp env.example .env --- **OpenCare-Africa** - Empowering healthcare in Africa through technology. + + + + + + + + + + + + + + + + + + + + +## 🧪 API Testing Guide + +This section explains how to test the available API endpoints using `curl`. + +### 🔹 Base URL +```bash +http://localhost:8000 \ No newline at end of file