Go-Back-Skeleton/testing/rest/user/profile.http
2017-09-25 20:19:57 +02:00

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}}
###