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" + }' +```