curl --location 'https://stp.paydaymx.com/api/developer/clabe' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"nombre": "Juan Perez4",
"email": "juan.perez4@example.com",
"telefono": "5512345678",
"connect_enabled": true, //
"connect_split_rule_id": "1234567890lkjkjls655" //opcional ID que se obtiene al crear la split rule
}'{
"success": true,
"clabe": "646180686057134245",
"tenantUserId": "696e8f699f2c06337bb577f1"
}