You must be signed into your dashboard, and have your bot open for a quick task to be launched successfully.
https://soleterminator.io/dashboard/quicktask?query=parameter
Profiles imported into Sole Terminator must follow this JSON data structure.
{ "billing": { "address": "", "address2": "", "city": "", "country": "", "first_name": "", "last_name": "", "phone_number": "", "state": "", "zip": "" }, "different_billing": false, "name": "US test", "payment": { "card_holder": "John Don", "card_number": "4242 4242 4242 4242", "cvv": "424", "email": "[email protected]", "month": "04", "year": "2022" }, "shipping": { "address": "123 Street Way", "address2": "", "city": "New York City", "country": "United States", "first_name": "John", "last_name": "Don", "phone_number": "999 999 9999", "state": "New York", "zip": "10001" } }