Files
HKSingleParty/03_source/cms_backend/src/app/api/user/test.http

27 lines
398 B
HTTP

###
GET http://localhost:7272/api/user
###
GET http://localhost:7272/api/user?userId=cmbfvonhl000011ykdi345yc9
###
POST http://localhost:7272/api/user?userId=1
content-type: application/json
{
"data":{"name": "John Doe"}
}
###
PUT http://localhost:7272/api/user?userId=1
content-type: application/json
{
"data": {"name": "John Doe"}
}
###
DELETE http://localhost:7272/api/user?userId=1