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.curl --location 'https://api.belurk.com/orders/create-renewal'
- 2.--header 'x-api-token: {{API_TOKEN}}'
Successful Response
Response Status: HTTP 201 Created
- 1.{
- 2. "data": {
- 3. "order_id": 1817
- 4. }
- 5.}