curl --request POST \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/grants/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>"
}
'{
"active": true,
"claims": {}
}curl --request POST \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/grants/verify \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"token": "<string>"
}
'{
"active": true,
"claims": {}
}