curl --request POST \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/billing/webhook \
--header 'Content-Type: application/json' \
--data '{}'{
"received": true
}Receives Stripe webhook events. Requires stripe-signature header.
curl --request POST \
--url https://grantex-auth-dd4mtrt2gq-uc.a.run.app/v1/billing/webhook \
--header 'Content-Type: application/json' \
--data '{}'{
"received": true
}The body is of type object.
Webhook processed