Authorization: Bearer ********************
curl --location --request DELETE '/api/v1/auth/logout' \ --header 'Authorization: Bearer <token>'
{ "status_code": 200, "message": "Logout successfully" }