username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/CertificateService/Actions/Oem/DellCertificateService.GetLastGeneratedCSR' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"CertificateCollection": {
"@odata.id": "/redfish/v1/Managers/{ManagerId}/Oem/Dell/RemoteSystemLogs/HTTPS/Certificates"
}
}'{}