curl --location '/redfish/v1/Managers//Oem/Dell/DellLCService/Actions/DellLCService.TestNetworkShare' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"IPAddress": "IP_Address",
"IgnoreCertWarning": "On",
"Password": "password_to_access_network_share",
"ProxyPasswd": "ProxyServerPassword",
"ProxyPort": "proxyport",
"ProxyServer": "proxyserverIP",
"ProxySupport": "ParametersProxy",
"ProxyType": "HTTP",
"ProxyUname": "proxyserverUsername",
"ShareName": "Name/Path_of_CIFS/NFS_share",
"ShareType": "CIFS",
"UserName": "username"
}'