Sorry for the question but I couldn't find anything about it.
Have any of you ever tried to use Rest API to POST an OpenVPN client overwrite configuration?
I've been trying for quite some time without success, trying both api/openvpn/client_overwrites/add and api/openvpn/client_overwrites/test and passing it a JSON like this:
{
"common_name": "test",
"enabled": "1",
"description": "Test User"
}
Ther Result is always: "failed"
Regards
Stefano