curl --request POST \
--url https://api.casexchange.com/api/v1/oauth/revoke \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data 'token=<string>' \
--data token_type_hint=access_token \
--data 'client_id=<string>' \
--data 'client_secret=<string>'