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