15 lines
220 B
HTTP
15 lines
220 B
HTTP
|
|
GET {{host}}/api/profile
|
|
Authorization: {{jwtUser}}
|
|
###
|
|
PUT {{host}}/api/profile
|
|
Authorization: {{jwtUser}}
|
|
|
|
{
|
|
"email": "invalid",
|
|
"name": "test"
|
|
}
|
|
###
|
|
DELETE {{host}}/api/profile
|
|
Authorization: {{jwtUser}}
|
|
###
|