curl --location --request POST 'https://api.craftcart.io/api/v1/webhooks/stripe' \
--header 'stripe-signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"property1": "string",
"property2": "string"
}'{
"success": true,
"data": {
"property1": "string",
"property2": "string"
},
"meta": {
"property1": "string",
"property2": "string"
}
}