curl --location --request POST '/users/logout' \
--header 'Authorization: Bearer <token>'{
"status": true,
"message": "LOGOUT_SUCCESS",
"data": {
"data": "Sign Out successful",
"user": {
"acknowledged": true,
"modifiedCount": 1,
"upsertedId": null,
"upsertedCount": 0,
"matchedCount": 1
}
}
}