add example request

This commit is contained in:
Shihaam Abdul Rahman 2024-10-19 03:11:52 +05:00
parent 35efd063c2
commit ab400a5b65
Signed by: shihaam
GPG Key ID: 6DA2E87EBC227636

13
README.md Normal file
View File

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