{
"amount": 100.00
}
curl --location --request POST 'https://api.zapmail.ai/api/v2/wallet/balance' \
--header 'x-auth-zapmail;' \
--header 'x-workspace-key;' \
--header 'x-service-provider;' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 100.00
}'
{
"message": "Checkout session created successfully",
"paymentLink": "https://example.com/payment-link/12345"
}