: You can use standard tools like curl , Postman, or any language with an HTTP library.
Python is the most popular language for MikroTik automation. This example requires the library: pip install routeros_api .
/login =name=admin =password !done /ip/address/add =address=192.168.88.1/24 =interface=ether2 !done
MikroTik API over TLS (port 8729) with curl: