Logout
Developing
POST
v1/api/auth/logout
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:3200/v1/api/auth/logout'
Response Response Example
{
"data": true,
"msg": "string"
}
curl --location --request POST 'http://localhost:3200/v1/api/auth/logout'
{
"data": true,
"msg": "string"
}