From ab400a5b65a3e27921c7ba0aa3337b28dfa9658d Mon Sep 17 00:00:00 2001 From: Shihaam Abdul Rahman Date: Sat, 19 Oct 2024 03:11:52 +0500 Subject: [PATCH] add example request --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1ce17f4 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ + + +exmaple request + +``` +curl -X POST http://localhost:5000/verify-payment \ + -H "Content-Type: application/json" \ + -d '{ + "benefName": "MAEESHa MOHAMED", + "absAmount": "100", + "time": "2024-10-16 15:55" + }' +```