curl --location --request POST 'https://api.gatewayz.ai/api/stripe/checkout-session' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 1,
"currency": "usd",
"success_url": "string",
"cancel_url": "string",
"customer_email": "string",
"metadata": {
"property1": "string",
"property2": "string"
},
"description": "string"
}'{
"property1": "string",
"property2": "string"
}