Extract the endpoint key from an API call node ID. Returns null if the node ID is not an API call node.
static String? apiCallKeyFromNodeId(String nodeId) => _apiCall.extractKey(nodeId);