curl --location --request PUT 'https://stp.paydaymx.com/api/developer/clabe/69e41d659f2c06337bb69009/connect' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"connect_enabled": false,
"connect_split_rule_id": null
}'{
"success": true,
"user": {
"id": "69e41d659f2c06337bb69009",
"name": "Juan Perez4",
"email": "juan.perez4@example.com",
"phone": "5512345678",
"centro_costo": "669",
"clabe": "646180686066936832",
"isActive": true,
"connect_enabled": false,
"connect_split_rule_id": "69e406cf8007a7f40a2b50da",
"createdAt": "2026-04-19T00:10:13.309Z",
"updatedAt": "2026-04-19T00:13:46.401Z"
}
}