Is this a correct POST request?
```
curl -X POST -k -H 'Authorization: Bearer 679b6e8b-7897-4ee7-9acf-468d85df199c' -d ' { "configId":"new-ldap", "bindDN":"uid=ccc,ou=Users,o=6f7406350,dc=cloud,dc=com", "bindPassword":"dW", "servers":[ "ldap.com:636" ], "maxConnections":2, "useSSL":true, "baseDNs":[ "ou=Users,o=5d2a3745fd4d0,dc=cloud,dc=com" ], "primaryKey":"uid", "localPrimaryKey":"uid", "enabled": true, "level": 0 } ' -H "Content-Type: application/json" https://gluu.gluu/identity/restv1/api/v1/configuration/ldap
```
Best,
Regards