Proxy Renewal - Step 2

Proxy Renewal

The method deducts money from the balance and renews the proxies selected in the previous step

Request

URL

https://api.belurk.com/proxy/create-renewal

Sending Method

POST

CURL

  1. 1.curl --location 'https://api.belurk.com/orders/create-renewal'
  2. 2.--header 'x-api-token: {{API_TOKEN}}'

Successful Response

Response Status: HTTP 201 Created

  1. 1.{
  2. 2. "data": {
  3. 3. "order_id": 1817
  4. 4. }
  5. 5.}