404 Not Found with a proper error body (an ABP EntityNotFoundException), not a generic masked 500.ContactDto shape used everywhere else (includes customProperties, notes, etc.).curl --location --globoff 'https://api.voxa.sa/v1/contacts/{{contactId}}'{
"workspaceId": "d307b8...............",
"name": "Ahmed Noshy",
"phoneNumber": "+966501234567",
"contactType": 1,
"email": "Noshy@hatif.io",
"company": "HATIF Co",
"position": "Product Engineer",
"customFields": {
"source": "landing-page"
},
"notes": [],
"customProperties": [],
"lastModificationTime": "2026-06-19T14:21:51.848705",
"lastModifierId": null,
"creationTime": "2026-06-09T08:05:17.467676",
"creatorId": null,
"id": "3a21bd..............."
}