mirror of
https://github.com/Example-uPagge/transactional.git
synced 2024-06-14 11:52:55 +03:00
9 lines
225 B
HTTP
9 lines
225 B
HTTP
### Отправляем деньги от первого пользователя втором
|
||
POST http://localhost:8080/api/money/send
|
||
Content-Type: application/json
|
||
|
||
{
|
||
"personFrom": 1,
|
||
"personTo": 2,
|
||
"amount": 100
|
||
} |