If you have a paid order, you can generate licenses via the API. To do this, you need a token and an order ID.
Copycurl --location --request GET 'http://xdsoft.net/jodit/pro/api/licenses/{ORDER_ID}?token={TOKEN}'
Copycurl --location --request POST 'http://xdsoft.net/jodit/pro/api/licenses/{ORDER_ID}?token={TOKEN}' \ --header 'Content-Type: application/json' \ --data-raw '{ "domain": "https://xdsoft.net" }'
Copycurl --location --request DELETE 'http://xdsoft.net/jodit/pro/api/licenses/{LICENSE_ID}?token={TOKEN}'