curl --location 'https://api.cashfree.com/pg/subscriptions/pay' \
--header 'Content-Type: application/json' \
--header 'x-api-version: 2025-01-01' \
--header 'x-client-id: ' \
--header 'x-client-secret: ' \
--data '{
"subscription_id": "substest",
"payment_id": "paymenttest",
"payment_type": "CHARGE",
"payment_amount": 1,
"payment_schedule_date": "2025-07-12T10:00:00+05:30",
"payment_tags": {
"imports_goods_description": "chocolates",
"imports_importer_address_postal_code": "560075",
"imports_importer_name": "John Doe"
}
}'