curl --request POST \
--url http://localhost:3000/billing/webhook \
--header 'Authorization: Bearer <token>'{
"received": true
}Verifies and processes Stripe billing events.
curl --request POST \
--url http://localhost:3000/billing/webhook \
--header 'Authorization: Bearer <token>'{
"received": true
}