Initiate a package order for the authenticated user with the provided parameters.
curl --request POST \ --url https://undrctrl.id/api/v2/ \ --header 'Content-Type: application/json' \ --data '{ "key": "apiKey", "action": "add", "service": 666, "link": "https://tiktok.com/@dzevz" }'
{ "order": 75054 }
OK
The response is of type object.
object
Was this page helpful?