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