curl --location --request PUT 'https://whatsapp.qtap.chat/api/v1//contacts/' \
--header 'Content-Type: application/json' \
--data-raw '{
"firstname": "John",
"lastname": "Doe",
"company": "Corbital Technologies LLP",
"type": "customer",
"email": "john.doe@acmecorp.com",
"phone": "+919925119284",
"source_id": 2,
"status_id": 3,
"description": "Updated client status after successful meeting, moved to active customer",
"country_id": 101,
"groups": "Active Customers,Premium Support,Monthly Newsletter"
}'{
"status": "success",
"message": "Contact updated successfully",
"data": {
"id": 25,
"tenant_id": 13,
"firstname": "John",
"lastname": "Doe",
"company": "Corbital Technologies LLP",
"type": "customer",
"email": "john.doe@acmecorp.com",
"phone": "+919925119284",
"source_id": 2,
"status_id": 3,
"description": "Updated client status after successful meeting, moved to active customer",
"country_id": 101,
"group_id": [
1,
2,
3
],
"addedfrom": 15,
"created_at": "2024-02-08T14:30:25.000000Z",
"updated_at": "2024-02-08T16:45:30.000000Z"
}
}