10 lines
134 B
HTTP
10 lines
134 B
HTTP
|
|
GET {{host}}/api/profile
|
|
Authorization: {{jwtUser}}
|
|
###
|
|
PUT {{host}}/api/profile
|
|
Authorization: {{jwtUser}}
|
|
|
|
{
|
|
"theme": "dark"
|
|
}
|