curl --request POST \
--url https://api.example.com/payment/stripe-webhook \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}Stripe checkout Success
curl --request POST \
--url https://api.example.com/payment/stripe-webhook \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}