cURL
curl --request PUT \ --url https://prod-contactswing-fastapi-962560522883.us-central1.run.app/v2/_customers/{customer_id} \ --header 'Authorization: <authorization>'
{ "ctx_id": "<string>", "data": { "id": "<string>", "name": "<string>" }, "message": "<string>" }
Update an existing customer by its ID via the ContactSwing API.
+1234567890
[email protected]
["vip", "lead"]
{ "name": "John Doe Updated", "phone": "+1987654321", "tags": ["vip", "loyal"] }