checkoutUrl.curl --location --request POST 'https://tokensniped.com/api/billing/checkout/stripe' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 10
}'{
"checkoutUrl": "http://example.com",
"sessionId": "string",
"amount": 0,
"credits": 0,
"expiresAt": "2019-08-24T14:15:22.123Z"
}