curl --request POST \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/tokens/revoke \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jti": "<string>"
}
'{
"error": "<string>",
"code": "<string>",
"statusCode": 123
}curl --request POST \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/tokens/revoke \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"jti": "<string>"
}
'{
"error": "<string>",
"code": "<string>",
"statusCode": 123
}