curl --request POST \
--url http://localhost:3091/api/stripe/webhook \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Stripe-Signature: <stripe-signature>' \
--data '"<string>"'"<string>"Receives and dispatches Stripe webhook events after signature verification.
curl --request POST \
--url http://localhost:3091/api/stripe/webhook \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'Stripe-Signature: <stripe-signature>' \
--data '"<string>"'"<string>"