curl --location 'https://mock.apidog.com/m1/1364933-0-default/logout' \
--header 'Content-Type: application/json' \
--data '{
"token": "current_auth_token_to_revoke"
}'{
"success": true,
"message": "User Logged out Successfully",
"data": []
}