username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Systems//Oem/Dell/DellRaidService/Actions/DellRaidService.GetAvailableDisks' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"BlockSizeInBytes": "All",
"DiskEncrypt": "All",
"DiskType": "All",
"Diskprotocol": "AllProtocols",
"FormFactor": "All",
"RaidLevel": "NoRAID",
"T10PIStatus": "All",
"TargetFQDD": "ControllerFQDDString"
}'{}