代理续订 - 步骤2
代理续订
该方法从余额中扣除资金,并续订前一步中选择的代理
请求
URL
https://api.belurk.com/proxy/create-renewal
发送方法
POST
CURL
- 1.curl --location 'https://api.belurk.com/orders/create-renewal'
- 2.--header 'x-api-token: {{API_TOKEN}}'
成功响应
响应状态: HTTP 201 创建
- 1.{
- 2. "data": {
- 3. "order_id": 1817
- 4. }
- 5.}