X-Auth-Token: ********************username:passwordAuthorization: Basic *****************curl --location '/redfish/v1/Managers//Oem/Dell/DellSystemQuickSync' \
--header 'X-Auth-Token: <api-key>' \
--header 'Authorization: Basic <encoded-value>'{
"@odata.context": "/redfish/v1/$metadata#DellSystemQuickSyncCollection.DellSystemQuickSyncCollection",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Oem/Dell/DellSystemQuickSync",
"@odata.type": "#DellSystemQuickSyncCollection.DellSystemQuickSyncCollection",
"Description": "A collection of DellSystemQuickSync resource",
"Members": [],
"Members@odata.count": 0,
"Name": "DellSystemQuickSyncCollection"
}