Modulbank Homework #3
URL: https://localhost:5000/api/users/id
id - пользователя
Method: GET
URL: https://localhost:5000/api/users/append
Method: POST
Headears: Content-Type :application/json
Body:
{
"username" : "Username",
"city" : "City"
}
URL: https://localhost:5000/api/users/lazyappend
Method: POST
Headears: Content-Type :application/json
Body:
{
"username" : "Username",
"city" : "City"
}