Authorization: Bearer ********************{
"tokenIdentifier" :3
}curl --location 'http://localhost:3000/api/v1/auth/logout' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tokenIdentifier" :3
}'{
"message": "Logout successfully",
"status": "success",
"data": 0
}