Go-Back-Skeleton/testing/rest/user/profile.http

10 lines
134 B
HTTP

GET {{host}}/api/profile
Authorization: {{jwtUser}}
###
PUT {{host}}/api/profile
Authorization: {{jwtUser}}
{
"theme": "dark"
}