This API lets you to regenerate a RefreshToken, invalidating the current token passed in the request.
xxxxxxxxxx
curl --request POST \
--url https://alation_domain/integration/v1/regenRefreshToken/ \
--header 'accept: application/json' \
--header 'content-type: application/json'