curl --request POST \
--url https://api.example.com/v1/customer/auth/revoke \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"token_type_hint": "<string>"
}
'curl --request POST \
--url https://api.example.com/v1/customer/auth/revoke \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>",
"token_type_hint": "<string>"
}
'