2. Đăng xuất

Mô tả API đăng xuất hệ thống

Thông tin
Mô tả

Hình thức authen

Bearer <token>

Method

GET

Tạo request

curl -X 'GET' \
  'https://localhost:7222/API/Account/Logout' \
  -H 'accept: */*' \
  -H 'Authorization: <token>'

GEThttps://localhost:7222/API/Account/Logout

Đăng xuất hệ thống

Respone Body

Last updated