❓Request

Post /api/v1/logout

curl -i -H 'Accept: application/json' <http://localhost:8000/api/v1/logout>

❗️Response

{
	statusCode: 204,
	data: {
		"error": false,
		"msg":   "logout success",
	}
}