curl --request POST \
--url https://saas.pads365.com/rdx/NDS.Services.Authentication/api/v1/LdapProvider/Save \
--header 'Content-Type: application/json' \
--data '{
"ConnectionId": "<string>",
"Hostname": "<string>",
"UseSSL": true,
"Port": 123,
"Username": "<string>",
"Password": "<string>",
"SkipValidation": true
}'