curl --request PUT \
--url https://api.virtuoussoftware.com/api/Contact/Archive/{contactId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"archiveReason": "Optional reason for Archiving the contact"
}
'