11 lines
171 B
HTTP
11 lines
171 B
HTTP
POST http://localhost:8080/update/user
|
|
Content-Type: application/json
|
|
|
|
{
|
|
"name": "John1",
|
|
"age": 30,
|
|
"where": {
|
|
"name": "John",
|
|
"age": 30
|
|
}
|
|
} |