curl --request DELETE \
--url https://coreapi-dev.us.bcpapers.ca/v2/devices/{deviceId}/network/quarantine \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"macAddress": "<string>",
"reason": "<string>"
}
'