curl --location --request PATCH 'https://client-api.dev.nudgescribe.com/v1/customer' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_data": {
"unique_id": "customer-123",
"email": "updated@example.com",
"customer_type": "Premium"
},
"workspace_id": "550e8400-e29b-41d4-a716-446655440001",
"customer_group_id": "550e8400-e29b-41d4-a716-446655440000"
}'{
"jobId": "hostname/account-id/update_customers/job-uuid",
"message": "Update queued"
}