Master, Help me, I try to create user radius with api php i search in google for 1 week but not found anything i use class api from miktotik this is the code $api->connect($ip,$username,$password) { $api->write('/tool/user-manager/user/add) $api->write('=name=test=password=test=uptime-limit=2d') $ap...