initial commit
This commit is contained in:
commit
93d8310491
46 changed files with 3379 additions and 0 deletions
15
testing/rest/user/profile.http
Normal file
15
testing/rest/user/profile.http
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
GET {{host}}/api/profile
|
||||
Authorization: {{jwtUser}}
|
||||
###
|
||||
PUT {{host}}/api/profile
|
||||
Authorization: {{jwtUser}}
|
||||
|
||||
{
|
||||
"email": "invalid",
|
||||
"name": "test"
|
||||
}
|
||||
###
|
||||
DELETE {{host}}/api/profile
|
||||
Authorization: {{jwtUser}}
|
||||
###
|
||||
Loading…
Add table
Add a link
Reference in a new issue