{
"refreshToken": "string",
"browser": true
}
curl --location --request POST 'https://demo.ujcms.com/api/auth/jwt/logout' \
--header 'Content-Type: application/json' \
--data-raw '{
"refreshToken": "string",
"browser": true
}'
{
"status": 0,
"result": {
"property1": {},
"property2": {}
},
"message": "string",
"exception": "string"
}