简体中文
客户自主管理订阅和账单
示例代码
curl --location --request POST 'https://api.clinkbill.dev/api/billing/session' \ --header 'X-Timestamp: ${currentMillisecondsTimestamp}' \ --header 'X-API-Key: ${sk_key}' \ --header 'Content-Type: application/json' \ --data-raw '{ "customerId": "cus_euuqxrz3sqlo" }'