Initiate a default order for the authenticated user with the given service, link, and quantity.
curl --request POST \ --url https://undrctrl.id/api/v2/ \ --header 'Content-Type: application/json' \ --data '{ "key": "apiKey", "action": "add", "service": 123, "link": "https://instagram.com/undrctrl", "quantity": 100 }'
{ "order": 23501 }
The response is of type object.
object
Was this page helpful?