docs: Add request body details for transfer-business endpoint in README

This commit is contained in:
MrEisbear 2025-09-20 21:07:50 -05:00
parent 2987adad3e
commit 132545f996

View file

@ -69,6 +69,10 @@ The application will start in debug mode on `http://127.0.0.1:5000`.
- **Request Body**: `{ "to": "recipient_bid", "amount": 50.00, "note": "Payment for services" }` - **Request Body**: `{ "to": "recipient_bid", "amount": 50.00, "note": "Payment for services" }`
- **Response**: A success message. - **Response**: A success message.
- **`POST /transfer-business`**: Transfers a specified amount from the authenticated user to another user with an appled tax.
- **Authentication**: JWT token required.
- **Request Body**: `{ "to": "recipient_bid", "amount": 50.00, "note": "Payment for services" }`
- **Response**: A success message.
### Admin ### Admin
All admin endpoints require an admin key in the request body. All admin endpoints require an admin key in the request body.