Manage customer contacts
POST /api/v1/contacts
{ "phone": "+1234567890", "name": "John Smith", "email": "john@example.com", "tags": ["customer", "vip"] }
GET /api/v1/contacts
PATCH /api/v1/contacts/:id
DELETE /api/v1/contacts/:id