username:passwordAuthorization: Basic *****************X-Auth-Token: ********************curl --location '/redfish/v1/Managers//Oem/Dell/DelliDRACCardService/Actions/DelliDRACCardService.SendTestSNMPTrap' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data '{
"InstanceID": "iDRAC.Embedded.1#SNMPAlert.1#Destination"
}'{
"error": {
"@Message.ExtendedInfo": [
{}
],
"code": "string",
"message": "string"
}
}