admin:forceLogout
Authorization: Bearer ********************
curl --location --request DELETE 'http://192.168.5.234:8081/api/v1/user/force-logout/' \ --header 'X-Timestamp: {{X-Timestamp}}' \ --header 'X-Auth-UUID: {{X-Auth-UUID}}' \ --header 'Authorization: Bearer <token>'
{ "output": "string", "code": 0, "message": "string", "data": { "uuid": "string", "userName": "string", "nickName": "string", "realName": "string", "email": "string", "phone": "string", "createdAt": "string", "updatedAt": "string" } }