Proxy-Verlängerung - Schritt 2

Proxy-Verlängerung

Die Methode zieht Geld vom Guthaben ab und verlängert die in dem vorherigen Schritt ausgewählten Proxies

Anfrage

URL

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

Sendemethode

POST

CURL

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

Erfolgreiche Antwort

Antwortstatus: HTTP 201 Erstellt

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