curl --location --request PATCH 'https://api.wiser.cloud/v1/lead/ld_123' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"phoneVerifiedAt": "2026-07-28T14:00:00.000Z"
}'{
"statusCode": 401,
"message": "Unauthorized",
"error": "Unauthorized"
}